|
Disk ARchive
2.3.11
|
make a segment of a generic_file appear like a real generic_file More...
#include <tronc.hpp>
Inherits libdar::generic_file.
Public Member Functions | |
| tronc (user_interaction &dialog, generic_file *f, const infinint &offset, const infinint &size) | |
| constructor | |
| tronc (user_interaction &dialog, generic_file *f, const infinint &offset, const infinint &size, gf_mode mode) | |
| bool | skip (const infinint &pos) |
| inherited from generic_file | |
| bool | skip_to_eof () |
| inherited from generic_file | |
| bool | skip_relative (S_I x) |
| inherited from generic_file | |
| infinint | get_position () |
| inherited from generic_file | |
Protected Member Functions | |
| S_I | inherited_read (char *a, size_t size) |
| inherited from generic_file | |
| S_I | inherited_write (const char *a, size_t size) |
| inherited from generic_file | |
make a segment of a generic_file appear like a real generic_file
| libdar::tronc::tronc | ( | user_interaction & | dialog, |
| generic_file * | f, | ||
| const infinint & | offset, | ||
| const infinint & | size | ||
| ) |
constructor
| dialog | for user interaction |
| f | is the file to take out the segment |
| offset | is the position of the beginning of the segment |
| size | is the size of the segment |
1.7.6.1