←Select platform

Write(IBuffer,Int32,UInt32) Method

Summary

Writes the specified number of bytes from a WinRT buffer to the LeadBufferStream object.

Syntax

C#
VB
WinRT C#
C++
public int Write(  
   IBuffer buffer, 
   int bufferIndex, 
   uint count 
) 
Public Overloads Function Write( _ 
   ByVal buffer As IBuffer, _ 
   ByVal bufferIndex As Integer, _ 
   ByVal count As UInteger _ 
) As Integer 
public int Write(  
   IBuffer buffer, 
   int bufferIndex, 
   uint count 
) 
 function Leadtools.LeadBufferStream.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 LeadBufferStream object.

Remarks

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

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