Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
StorageWriter::Impl

Public Member Functions

Errorclose ()
Erroropen_for_writing (const String &filename)
Errorremove_opened ()
Errorstore_file (const String &filename, const String &ondiskpath, bool maycompress)
Errorstore_file_data (const String &filename, const String &buffer, bool compress, int64_t epoch_seconds)
~Impl ()

Public Attributes

intflags
void *writer
Stringzipname

Constructor & Destructor Documentation

~Impl()

~Impl ( )

Member Function Documentation

close()

Error close ( )

remove_opened()

Error remove_opened ( )

open_for_writing()

Error open_for_writing ( const String & filename)

store_file_data()

Error store_file_data ( const String & filename,
const String & buffer,
bool compress,
int64_t epoch_seconds
)

store_file()

Error store_file ( const String & filename,
const String & ondiskpath,
bool maycompress
)

Member Data Documentation

writer

void* writer

zipname

String zipname

flags

int flags