this is a full implementation of a generic_file applied to a plain file More...
#include <generic_file.hpp>
Inherits libdar::generic_file, and libdar::thread_cancellation.
Public Member Functions | |
fichier (user_interaction &dialog, S_I fd) | |
fichier (user_interaction &dialog, const char *name, gf_mode m) | |
fichier (user_interaction &dialog, const path &chemin, gf_mode m) | |
infinint | get_size () const |
bool | skip (const infinint &pos) |
skip at the absolute position | |
bool | skip_to_eof () |
skip to the end of file | |
bool | skip_relative (S_I x) |
skip relatively to the current position | |
infinint | get_position () |
get the current read/write position | |
Protected Member Functions | |
S_I | inherited_read (char *a, size_t size) |
S_I | inherited_write (const char *a, size_t size) |
this is a full implementation of a generic_file applied to a plain file
Definition at line 189 of file generic_file.hpp.