#include <filesystem_helper.h>
|
| file_chain (file::ptr chain) |
|
bool | can_seek () |
|
bool | get_content_type (pfc::string_base &p_out) |
|
t_filesize | get_position (abort_callback &p_abort) |
|
t_filesize | get_size (abort_callback &p_abort) |
|
t_filestats | get_stats (abort_callback &abort) |
|
t_filetimestamp | get_timestamp (abort_callback &p_abort) |
|
bool | is_in_memory () |
|
bool | is_remote () |
|
void | on_idle (abort_callback &p_abort) |
|
t_size | read (void *p_buffer, t_size p_bytes, abort_callback &p_abort) |
|
void | read_object (void *p_buffer, t_size p_bytes, abort_callback &p_abort) |
|
void | reopen (abort_callback &p_abort) |
|
void | resize (t_filesize p_size, abort_callback &p_abort) |
|
void | seek (t_filesize p_position, abort_callback &p_abort) |
|
void | seek_ex (t_sfilesize p_position, t_seek_mode p_mode, abort_callback &p_abort) |
|
t_filesize | skip (t_filesize p_bytes, abort_callback &p_abort) |
|
void | skip_object (t_filesize p_bytes, abort_callback &p_abort) |
|
void | write (const void *p_buffer, t_size p_bytes, abort_callback &p_abort) |
|
Definition at line 828 of file filesystem_helper.h.
file_chain::file_chain |
( |
file::ptr |
chain | ) |
|
|
inline |
bool file_chain::can_seek |
( |
| ) |
|
|
inline |
bool file_chain::is_in_memory |
( |
| ) |
|
|
inline |
bool file_chain::is_remote |
( |
| ) |
|
|
inline |
void file_chain::resize |
( |
t_filesize |
p_size, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
inline |
void file_chain::seek |
( |
t_filesize |
p_position, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
inline |
void file_chain::seek_ex |
( |
t_sfilesize |
p_position, |
|
|
t_seek_mode |
p_mode, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
inline |
t_filesize file_chain::skip |
( |
t_filesize |
p_bytes, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
inline |
void file_chain::skip_object |
( |
t_filesize |
p_bytes, |
|
|
abort_callback & |
p_abort |
|
) |
| |
|
inline |
file::ptr file_chain::m_file |
|
private |
The documentation for this class was generated from the following file: