#include <bytestreamin_istream.hpp>
Public Member Functions | |
ByteStreamInIstreamLE (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 66 of file bytestreamin_istream.hpp.
|
inline |
Definition at line 152 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 171 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 156 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 178 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 161 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 187 of file bytestreamin_istream.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 166 of file bytestreamin_istream.hpp.
|
private |
Definition at line 83 of file bytestreamin_istream.hpp.