←Select platform

Write(IBuffer,Int32,UInt32) Method

Summary

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

Syntax

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