| Stream: ReadBlock |
Reads a block of bytes from the stream.
Public Function ReadBlock( ByRef Buffer ( ) As Byte, ByVal offset As Long, ByVal Count As Long ) As Long
The .NET version of this will block the thread until the requested number of bytes are actually read. This is not supported in this version.
Project VBCorLib Overview Class Stream Overview Stream Properties Stream Methods Position (let) ReadByte