#include <oscl_bin_stream.h>
Inheritance diagram for OsclBinOStreamBigEndian:
Public Methods | |
OsclBinOStreamBigEndian () | |
OsclBinOStreamBigEndian & | operator<< (const int8 &data) |
This method writes a int8 from 'data' to the stream. | |
OsclBinOStreamBigEndian & | operator<< (const uint8 &data) |
This method writes a uint8 from 'data' to the stream. | |
OsclBinOStreamBigEndian & | operator<< (const int16 &data) |
This method writes a int16 from 'data' to the stream. | |
OsclBinOStreamBigEndian & | operator<< (const uint16 &data) |
This method writes a uint16 from 'data' to the stream. | |
OsclBinOStreamBigEndian & | operator<< (const int32 &data) |
This method writes a int32 from 'data' to the stream. | |
OsclBinOStreamBigEndian & | operator<< (const uint32 &data) |
This method writes a uint32 from 'data' to the stream. | |
Protected Methods | |
void | WriteUnsignedShort (const uint16 data) |
void | WriteUnsignedLong (const uint32 data) |
|
|
|
This method writes a uint32 from 'data' to the stream.
|
|
This method writes a int32 from 'data' to the stream.
|
|
This method writes a uint16 from 'data' to the stream.
|
|
This method writes a int16 from 'data' to the stream.
|
|
This method writes a uint8 from 'data' to the stream.
|
|
This method writes a int8 from 'data' to the stream.
|
|
|
|
|