|
Public Methods |
| OsclBinIStreamBigEndian () |
void | Read (int8 &data) |
void | Read (uint8 &data) |
void | Read (int16 &data) |
void | Read (uint16 &data) |
void | Read (int32 &data) |
void | Read (uint32 &data) |
OsclBinIStreamBigEndian & | operator>> (int8 &data) |
| This method reads a int8 from the stream and stores it in 'data'.
|
OsclBinIStream & | operator>> (uint8 &data) |
| This method reads a uint8 from the stream and stores it in 'data'.
|
OsclBinIStreamBigEndian & | operator>> (int16 &data) |
| This method reads a int16 from the stream and stores it in 'data'.
|
OsclBinIStreamBigEndian & | operator>> (uint16 &data) |
| This method reads a uint16 from the stream and stores it in 'data'.
|
OsclBinIStreamBigEndian & | operator>> (int32 &data) |
| This method reads a int32 from the stream and stores it in 'data'.
|
OsclBinIStreamBigEndian & | operator>> (uint32 &data) |
| This method reads a uint32 from the stream and stores it in 'data'.
|
uint16 | Read_uint16 () |
| This method reads an unsigned short from the stream.
|
uint32 | Read_uint32 () |
| This method reads an unsigned long from the stream.
|