ReadFixed
method
Reads fixed-length binary data from the current position and advances the reader.
Signature | public byte[] ReadFixed (int length);
|
---|
Parameters
int
length
The number of bytes to read.
Return type
An array of
byte
s with length specified by .