Public Member Functions | |
Error | close () |
Error | open_for_writing (const String &filename) |
Error | remove_opened () |
Error | store_file (const String &filename, const String &ondiskpath, bool maycompress) |
Error | store_file_data (const String &filename, const String &buffer, bool compress, int64_t epoch_seconds) |
~Impl () | |
Public Attributes | |
int | flags |
void * | writer |
String | zipname |
~Impl | ( | ) |
Error close | ( | ) |
Error remove_opened | ( | ) |
Error store_file_data | ( | const String & | filename, |
const String & | buffer, | ||
bool | compress, | ||
int64_t | epoch_seconds | ||
) |
void* writer |
String zipname |
int flags |