|
|
|||
|
|
|
| BinaryReadList reads all remaining bytes from a file, and returns them as a list of integers from 0 to 255. |
| BinaryReadList reads objects of the specified type from a file, until the end of the file is reached. The list of objects read is returned. |
| BinaryReadList reads objects with a sequence of types, until the end of the file is reached. |
| BinaryReadList reads only the first n objects of the specified types. |