#include <bytestreamout_file.hpp>
Public Member Functions | |
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 BOOL | put16bitsBE (const U8 *bytes)=0 |
virtual BOOL | put16bitsLE (const U8 *bytes)=0 |
virtual BOOL | put32bitsBE (const U8 *bytes)=0 |
virtual BOOL | put32bitsLE (const U8 *bytes)=0 |
virtual BOOL | put64bitsBE (const U8 *bytes)=0 |
virtual BOOL | put64bitsLE (const U8 *bytes)=0 |
virtual | ~ByteStreamOut () |
Protected Attributes | |
FILE * | file |
Definition at line 43 of file bytestreamout_file.hpp.
|
inline |
Definition at line 107 of file bytestreamout_file.hpp.
|
inline |
Definition at line 62 of file bytestreamout_file.hpp.
|
inlinevirtual |
Implements ByteStreamOut.
Definition at line 129 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 119 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 124 of file bytestreamout_file.hpp.
|
inline |
Definition at line 112 of file bytestreamout_file.hpp.
Implements ByteStreamOut.
Definition at line 143 of file bytestreamout_file.hpp.
|
inlinevirtual |
Implements ByteStreamOut.
Definition at line 152 of file bytestreamout_file.hpp.
|
inlinevirtual |
Implements ByteStreamOut.
Definition at line 134 of file bytestreamout_file.hpp.
|
protected |
Definition at line 62 of file bytestreamout_file.hpp.