| BinaryReader: ReadBytes |
Reads the specified number of bytes from the stream and returns them in an array.
Public Function ReadBytes( ByVal Count As Long ) As Byte ( )
If not enough bytes are in the stream, then the remaining bytes are returned. If there are no bytes in the stream, then an empty array is returned, not a null array.