#include <bytestreamout_file.hpp>
Public Member Functions | |
ByteStreamOutFileLE (FILE *file) | |
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 ByteStreamOutFile | |
ByteStreamOutFile (FILE *file) | |
BOOL | isSeekable () const |
BOOL | putByte (U8 byte) |
BOOL | putBytes (const U8 *bytes, U32 num_bytes) |
BOOL | refile (FILE *file) |
BOOL | seek (const I64 position) |
BOOL | seekEnd () |
I64 | tell () const |
~ByteStreamOutFile () | |
Public Member Functions inherited from ByteStreamOut | |
virtual | ~ByteStreamOut () |
Private Attributes | |
U8 | swapped [8] |
Additional Inherited Members | |
Protected Attributes inherited from ByteStreamOutFile | |
FILE * | file |
Definition at line 67 of file bytestreamout_file.hpp.
|
inline |
Definition at line 161 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 180 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 165 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 187 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 170 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 196 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 175 of file bytestreamout_file.hpp.
|
private |
Definition at line 84 of file bytestreamout_file.hpp.