BinaryReadList

WMA link


BinaryReadList[stream]

reads all remaining bytes from the stream or file as an integer from 0 to 255.

BinaryReadList[stream, type]

reads objects of the specified type file a stream or file until the end of the file. The list of objects is returned.

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

reads a sequence of types, until the end of the file.

BinaryRead
BinaryWrite