←Select platform

Write(IntPtr,UInt32) Method

Summary

Writes the specified number of bytes to the ILeadStream object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
uint Write(  
   IntPtr buffer, 
   uint count 
) 
Overloads Function Write( _ 
   ByVal buffer As IntPtr, _ 
   ByVal count As UInteger _ 
) As UInteger 
uint Write(  
   IntPtr buffer, 
   uint count 
) 
-(unsigned int)write:(unsigned char*)buffer count:(unsigned int)count; 
int write(byte[] buffer, int count); 
function Leadtools.ILeadStream.Write(IntPtr,UInt32)(  
   buffer , 
   count  
) 
uint Write(  
   IntPtr buffer, 
   uint count 
)  

Parameters

buffer
The buffer containing data to write to the stream.

count
The maximum number of bytes to write.

Return Value

The total number of bytes written into the ILeadStream 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