#include "storage.hh"
Classes | |
class | Impl |
Public Member Functions | |
Error | close () |
Error | open_for_writing (const String &filename) |
Error | open_with_mimetype (const String &filename, const String &mimetype) |
Error | remove_opened () |
StorageWriter (StorageFlags=StorageFlags::NONE) | |
Error | store_file (const String &filename, const String &ondiskpath, bool maycompress=true) |
Error | store_file_data (const String &filename, const String &buffer, bool alwayscompress=false) |
virtual | ~StorageWriter () |
Additional Inherited Members | |
![]() | |
enum | StorageFlags { NONE , AUTO_ZSTD } |
![]() | |
virtual | ~Storage ()=0 |
|
explicit |
|
virtual |
Error store_file_data | ( | const String & | filename, |
const String & | buffer, | ||
bool | alwayscompress = false |
||
) |
Error close | ( | ) |
Error remove_opened | ( | ) |