#include <bytestreamin_file.hpp>
Public Member Functions | |
ByteStreamInFileLE (FILE *file) | |
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 ByteStreamInFile | |
ByteStreamInFile (FILE *file) | |
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 |
~ByteStreamInFile () | |
Public Member Functions inherited from ByteStreamIn | |
virtual | ~ByteStreamIn () |
Private Attributes | |
U8 | swapped [8] |
Additional Inherited Members | |
Protected Attributes inherited from ByteStreamInFile | |
FILE * | file |
Definition at line 65 of file bytestreamin_file.hpp.
|
inline |
Definition at line 160 of file bytestreamin_file.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 179 of file bytestreamin_file.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 164 of file bytestreamin_file.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 186 of file bytestreamin_file.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 169 of file bytestreamin_file.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 195 of file bytestreamin_file.hpp.
|
inlinevirtual |
Implements ByteStreamIn.
Definition at line 174 of file bytestreamin_file.hpp.
|
private |
Definition at line 82 of file bytestreamin_file.hpp.