#include <zapette.hpp>
Inherits libdar::contextual.
Public Member Functions | |
| zapette (user_interaction &dialog, generic_file *input, generic_file *output) | |
| zapette constructor | |
| 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 | |
class zapette sends order to slave_zapette throw a a first pipe and receive informations or data in return from a second pipe from slave_zapette
Definition at line 52 of file zapette.hpp.
|
||||||||||||||||
|
zapette constructor
|
1.4.2