BinaryRead

WMA link


BinaryRead[stream]

reads one byte from the stream as an integer from 0 to 255.

BinaryRead[stream, type]

reads one object of specified type from the stream.

BinaryRead[stream, {$type_1$, $type_2$, ...}]

reads a sequence of objects of specified types.

BinaryWrite