Method ReadBytes
ReadBytes(void*, int)
Reads the specified number of bytes and advances the current read position by that number of bytes.
Declaration
public void ReadBytes(void* data, int bytes)
Parameters
Implements
Exceptions
Type | Condition |
---|---|
Argument |
Thrown if attempting read beyond the end of the memory block. |