LEADTOOLS (Leadtools assembly)

Write(IBuffer,Int32,UInt32) Method

Show in webframe







The buffer containing data to write to the stream.
Index into buffer where writing begins.
The maximum number of bytes to write.
Writes the specified number of bytes from a WinRT buffer to the LeadFileStream object.
Syntax
public int Write( 
   IBuffer buffer,
   int bufferIndex,
   uint count
)
'Declaration
 
Public Overloads Function Write( _
   ByVal buffer As IBuffer, _
   ByVal bufferIndex As Integer, _
   ByVal count As UInteger _
) As Integer
'Usage
 
Dim instance As LeadFileStream
Dim buffer As IBuffer
Dim bufferIndex As Integer
Dim count As UInteger
Dim value As Integer
 
value = instance.Write(buffer, bufferIndex, count)
public int Write( 
   IBuffer buffer,
   int bufferIndex,
   uint count
)

            

            
 function Leadtools.LeadFileStream.Write(IBuffer,Int32,UInt32)( 
   buffer ,
   bufferIndex ,
   count 
)
public:
int Write( 
   IBuffer^ buffer,
   int bufferIndex,
   uint count
) 

Parameters

buffer
The buffer containing data to write to the stream.
bufferIndex
Index into buffer where writing begins.
count
The maximum number of bytes to write.

Return Value

The total number of bytes written into the LeadFileStream object.
Remarks

Use the CanWrite property to determine whether the current instance supports reading.

Requirements

Target Platforms

See Also

Reference

LeadFileStream Class
LeadFileStream Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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