#include <filesystem_helper.h>
Definition at line 795 of file filesystem_helper.h.
reader_bigmem_mirror::reader_bigmem_mirror |
( |
| ) |
|
|
inline |
t_filetimestamp reader_bigmem_mirror::get_timestamp |
( |
abort_callback & |
p_abort | ) |
|
|
inline |
void reader_bigmem_mirror::init |
( |
file::ptr |
source, |
|
|
abort_callback & |
abort |
|
) |
| |
|
inline |
Definition at line 799 of file filesystem_helper.h.
800 source->reopen(abort);
802 if (fs > 1024*1024*1024) {
803 throw std::bad_alloc();
805 size_t s = (size_t) fs;
813 m_ts = source->get_timestamp( abort );
size_t _sliceSize(size_t which)
uint8_t * _slicePtr(size_t which)
pfc::string8 m_contentType
void resize(size_t newSize)
t_uint64 t_filesize
Type used for file size related variables.
bool reader_bigmem_mirror::is_remote |
( |
| ) |
|
|
inline |
bool reader_bigmem_mirror::m_isRemote |
|
private |
t_filetimestamp reader_bigmem_mirror::m_ts |
|
private |
The documentation for this class was generated from the following file: