BinaryFile - Binary file access
Inherits: 
odaba::utils::File
Accessing binary files supports reading and writing files. As long as no file position is set, reading or writing files is done sequentially. In order to write data at specific location, one may set the lastPosition property. In this case, lastPosition has to be set to end of file before closing in order to avoid truncating the file at last write position.
Functions
- BinaryFile - Constructor
- assign - Assign binary file
- operator= - Assign binary file
- read - Read number of bytes from file
- write - Write data to binary file
- ~BinaryFile - Destructor