#include <bytestreamout_ostream.hpp>
Public Member Functions | |
ByteStreamOutOstreamLE (ostream &stream) | |
BOOL | put16bitsBE (const U8 *bytes) |
BOOL | put16bitsLE (const U8 *bytes) |
BOOL | put32bitsBE (const U8 *bytes) |
BOOL | put32bitsLE (const U8 *bytes) |
BOOL | put64bitsBE (const U8 *bytes) |
BOOL | put64bitsLE (const U8 *bytes) |
Public Member Functions inherited from ByteStreamOutOstream | |
ByteStreamOutOstream (ostream &stream) | |
BOOL | isSeekable () const |
BOOL | putByte (U8 byte) |
BOOL | putBytes (const U8 *bytes, U32 num_bytes) |
BOOL | seek (const I64 position) |
BOOL | seekEnd () |
I64 | tell () const |
~ByteStreamOutOstream () | |
Public Member Functions inherited from ByteStreamOut | |
virtual | ~ByteStreamOut () |
Private Attributes | |
U8 | swapped [8] |
Additional Inherited Members | |
Protected Attributes inherited from ByteStreamOutOstream | |
ostream & | stream |
Definition at line 66 of file bytestreamout_ostream.hpp.
|
inline |
Definition at line 145 of file bytestreamout_ostream.hpp.
Implements ByteStreamOut.
Definition at line 164 of file bytestreamout_ostream.hpp.
Implements ByteStreamOut.
Definition at line 149 of file bytestreamout_ostream.hpp.
Implements ByteStreamOut.
Definition at line 171 of file bytestreamout_ostream.hpp.
Implements ByteStreamOut.
Definition at line 154 of file bytestreamout_ostream.hpp.
Implements ByteStreamOut.
Definition at line 180 of file bytestreamout_ostream.hpp.
Implements ByteStreamOut.
Definition at line 159 of file bytestreamout_ostream.hpp.
|
private |
Definition at line 83 of file bytestreamout_ostream.hpp.