sprint 1-alpha
|
single tar file instance More...
#include <xtar.h>
Inherits sprint::io::xfolder.
Public Member Functions | |
xtar (const char *filename, flag_t open_mode, bool full_buffer=false) | |
bool | open (const std::string &filename) |
bool | close () |
unsigned int | capabilities () const |
unsigned long long | seek (unsigned long long) |
unsigned long long | size () |
bool | is_good () const |
std::string | filename () const |
return the filename | |
unsigned int | write (const unsigned char *data, unsigned int size) |
unsigned int | read (unsigned char *data, unsigned int size) |
single tar file instance