#include <bytestreamin_istream.hpp>
Public Member Functions | |
ByteStreamInIstreamBE (istream &stream) | |
void | get16bitsBE (U8 *bytes) |
void | get16bitsLE (U8 *bytes) |
void | get32bitsBE (U8 *bytes) |
void | get32bitsLE (U8 *bytes) |
void | get64bitsBE (U8 *bytes) |
void | get64bitsLE (U8 *bytes) |
Public Member Functions inherited from ByteStreamInIstream | |
ByteStreamInIstream (istream &stream) | |
U32 | getByte () |
void | getBytes (U8 *bytes, const U32 num_bytes) |
BOOL | isSeekable () const |
BOOL | seek (const I64 position) |
BOOL | seekEnd (const I64 distance=0) |
I64 | tell () const |
~ByteStreamInIstream () | |
Public Member Functions inherited from ByteStreamIn | |
virtual | ~ByteStreamIn () |
Private Attributes | |
U8 | swapped [8] |
Additional Inherited Members | |
Protected Attributes inherited from ByteStreamInIstream | |
istream & | stream |
Definition at line 86 of file bytestreamin_istream.hpp.
|
inline |
Definition at line 200 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 233 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 204 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 238 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 211 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 243 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 220 of file bytestreamin_istream.hpp.
|
private |
Definition at line 103 of file bytestreamin_istream.hpp.