#include <oscl_bin_stream.h>
Inheritance diagram for OsclBinIStream:
Public Methods | |
OsclBinIStream () | |
~OsclBinIStream () | |
uint8 | Read_uint8 () |
This method reads an unsigned short from the stream. | |
OsclBinIStream & | get (int8 *data, int32 size) |
This method reads 'length' number of bytes from the stream and places them in 'data'. |
|
|
|
|
|
This method reads 'length' number of bytes from the stream and places them in 'data'.
|
|
This method reads an unsigned short from the stream.
|