←Select platform

LeadStream Constructor(IOutputStream,Boolean)

Summary

Constructs a new LeadStream object using the specified IOutputStream as storage.

Syntax

C#
VB
C++
public LeadStream(  
   IOutputStream stream, 
   bool disposeStream 
) 
Public Function New( _ 
   ByVal stream As IOutputStream, _ 
   ByVal disposeStream As Boolean _ 
) 
public: 
LeadStream(  
   IOutputStream^ stream, 
   bool disposeStream 
) 

Parameters

stream
An IOutputStream that will be used as storage for the new LeadStream object.

disposeStream
Value that indicates whether stream should be disposed when the new LeadStream object is disposed.

Remarks

If disposeStream is true, then the LeadStream will dispose stream when it is disposed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly