Disk ARchive
2.3.11
|
pipe implementation under the generic_file interface. More...
#include <tuyau.hpp>
Inherits libdar::generic_file, and libdar::thread_cancellation.
Public Member Functions | |
tuyau (user_interaction &dialog, int fd) | |
tuyau (user_interaction &dialog, int fd, gf_mode mode) | |
tuyau (user_interaction &dialog, const std::string &filename, gf_mode mode) | |
bool | skip (const infinint &pos) |
skip at the absolute position | |
bool | skip_to_eof () |
skip to the end of file | |
bool | skip_relative (signed int x) |
infinint | get_position () |
get the current read/write position | |
Protected Member Functions | |
virtual int | inherited_read (char *a, size_t size) |
virtual int | inherited_write (const char *a, size_t size) |
pipe implementation under the generic_file interface.