LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LeadStream Constructor(IInputStream,Boolean)






An IInputStream that will be used as storage for the new LeadStream object.
Value that indicates whether stream should be disposed when the new LeadStream object is disposed.
Constructs a new LeadStream object using the specified IInputStream as storage. .NET support
Syntax
public LeadStream( 
   IInputStream stream,
   bool disposeStream
)
'Declaration
 
Public Function New( _
   ByVal stream As IInputStream, _
   ByVal disposeStream As Boolean _
)
'Usage
 
Dim stream As IInputStream
Dim disposeStream As Boolean
 
Dim instance As New LeadStream(stream, disposeStream)
public LeadStream( 
   IInputStream stream,
   bool disposeStream
)
function LeadStream( 
   stream ,
   disposeStream 
)
public:
LeadStream( 
   IInputStream^ stream,
   bool disposeStream
)

Parameters

stream
An IInputStream 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadStream Class
LeadStream Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.