Leadtools Namespace > LeadBufferStream Class > Read Method : Read(IntPtr,UInt32) Method |
'Declaration Public Overloads Function Read( _ ByVal buffer As IntPtr, _ ByVal count As UInteger _ ) As UInteger
'Usage Dim instance As LeadBufferStream Dim buffer As IntPtr Dim count As UInteger Dim value As UInteger value = instance.Read(buffer, count)
-(unsigned int)read:(unsigned char*)buffer count:(unsigned int)count;
public int read(byte[] buffer, int count)
Use the CanRead property to determine whether the current instance supports reading.