#include <bytestreamout_nil.hpp>
Public Member Functions | |
ByteStreamOutNil () | |
BOOL | isSeekable () const |
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) |
BOOL | putByte (U8 byte) |
BOOL | putBytes (const U8 *bytes, U32 num_bytes) |
BOOL | seek (const I64 position) |
BOOL | seekEnd () |
I64 | tell () const |
~ByteStreamOutNil () | |
Public Member Functions inherited from ByteStreamOut | |
virtual | ~ByteStreamOut () |
Private Attributes | |
I64 | num_bytes |
Definition at line 38 of file bytestreamout_nil.hpp.
|
inline |
Definition at line 72 of file bytestreamout_nil.hpp.
|
inline |
Definition at line 67 of file bytestreamout_nil.hpp.
|
inlinevirtual |
Implements ByteStreamOut.
Definition at line 119 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 104 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 89 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 109 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 94 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 114 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 99 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 77 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 83 of file bytestreamout_nil.hpp.
Implements ByteStreamOut.
Definition at line 129 of file bytestreamout_nil.hpp.
|
inlinevirtual |
Implements ByteStreamOut.
Definition at line 134 of file bytestreamout_nil.hpp.
|
inlinevirtual |
Implements ByteStreamOut.
Definition at line 124 of file bytestreamout_nil.hpp.
|
private |
Definition at line 67 of file bytestreamout_nil.hpp.