Leadtools Namespace > ILeadStream Interface > Write Method : Write(IntPtr,UInt32) Method |
'Declaration Overloads Function Write( _ ByVal buffer As IntPtr, _ ByVal count As UInteger _ ) As UInteger
'Usage Dim instance As ILeadStream Dim buffer As IntPtr Dim count As UInteger Dim value As UInteger value = instance.Write(buffer, count)
-(unsigned int)write:(unsigned char*)buffer count:(unsigned int)count;
int write(byte[] buffer, int count);
Use the CanWrite property to determine whether the current instance supports reading.