#include <filesystem_helper.h>
Definition at line 747 of file filesystem_helper.h.
reader_bigmem::reader_bigmem |
( |
| ) |
|
|
inline |
bool reader_bigmem::can_seek |
( |
| ) |
|
|
inline |
t_filetimestamp reader_bigmem::get_timestamp |
( |
abort_callback & |
p_abort | ) |
|
|
inline |
Definition at line 783 of file filesystem_helper.h.
const t_filetimestamp filetimestamp_invalid
Invalid/unknown file timestamp constant. Also see: t_filetimestamp.
bool reader_bigmem::is_in_memory |
( |
| ) |
|
|
inline |
bool reader_bigmem::is_remote |
( |
| ) |
|
|
inline |
Definition at line 750 of file filesystem_helper.h.
void read(void *ptrOut, size_t bytes, size_t offset)
void min_acc(t_val &p_acc, const t_val &p_val)
Definition at line 756 of file filesystem_helper.h.
757 if (p_bytes >
remaining())
throw exception_io_data_truncation();
void read(void *ptrOut, size_t bytes, size_t offset)
size_t reader_bigmem::remaining |
( |
| ) |
const |
|
inlineprotected |
void reader_bigmem::resize |
( |
size_t |
newSize | ) |
|
|
inlineprotected |
void reader_bigmem::seek |
( |
t_filesize |
p_position, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
inline |
t_filesize reader_bigmem::skip |
( |
t_filesize |
p_bytes, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
inline |
Definition at line 761 of file filesystem_helper.h.
t_uint64 t_filesize
Type used for file size related variables.
void min_acc(t_val &p_acc, const t_val &p_val)
void reader_bigmem::skip_object |
( |
t_filesize |
p_bytes, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
inline |
size_t reader_bigmem::m_offset |
|
protected |
The documentation for this class was generated from the following file: