LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LeadBufferStream Constructor(IBuffer,UInt64,Boolean)






An IBuffer that will be used as storage for the new LeadBufferStream object.
The offset in buffer that will be used as the origin of the new LeadBufferStream object.
Value that indicates whether buffer should be disposed when the new LeadBufferStream object is disposed.
Constructs a new LeadBufferStream object using the specified buffer as storage. .NET support WinRT support
Syntax
public LeadBufferStream( 
   IBuffer buffer,
   ulong offset,
   bool disposeBuffer
)
'Declaration
 
Public Function New( _
   ByVal buffer As IBuffer, _
   ByVal offset As ULong, _
   ByVal disposeBuffer As Boolean _
)
'Usage
 
Dim buffer As IBuffer
Dim offset As ULong
Dim disposeBuffer As Boolean
 
Dim instance As New LeadBufferStream(buffer, offset, disposeBuffer)
public LeadBufferStream( 
   IBuffer buffer,
   ulong offset,
   bool disposeBuffer
)
function LeadBufferStream( 
   buffer ,
   offset ,
   disposeBuffer 
)
public:
LeadBufferStream( 
   IBuffer^ buffer,
   ulong offset,
   bool disposeBuffer
)

Parameters

buffer
An IBuffer that will be used as storage for the new LeadBufferStream object.
offset
The offset in buffer that will be used as the origin of the new LeadBufferStream object.
disposeBuffer
Value that indicates whether buffer should be disposed when the new LeadBufferStream object is disposed.
Remarks

If disposeBuffer is true, then the LeadBufferStream will dispose buffer 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

LeadBufferStream Class
LeadBufferStream Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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