Class Ase::StorageWriter
ClassList > Ase > StorageWriter
Inherits the following classes: Ase::Storage
Classes
Type | Name |
---|---|
class | Impl |
Public Functions
Type | Name |
---|---|
StorageWriter (StorageFlags sflags=StorageFlags::NONE) |
|
Error | close () |
Error | open_for_writing (const String & filename) |
Error | open_with_mimetype (const String & filename, const String & mimetype) |
Error | remove_opened () |
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 () |
Public Functions Documentation
function StorageWriter
explicit Ase::StorageWriter::StorageWriter (
StorageFlags sflags=StorageFlags::NONE
)
function close
Error Ase::StorageWriter::close ()
function open_for_writing
Error Ase::StorageWriter::open_for_writing (
const String & filename
)
function open_with_mimetype
Error Ase::StorageWriter::open_with_mimetype (
const String & filename,
const String & mimetype
)
function remove_opened
Error Ase::StorageWriter::remove_opened ()
function store_file
Error Ase::StorageWriter::store_file (
const String & filename,
const String & ondiskpath,
bool maycompress=true
)
function store_file_data
Error Ase::StorageWriter::store_file_data (
const String & filename,
const String & buffer,
bool alwayscompress=false
)
function ~StorageWriter
virtual Ase::StorageWriter::~StorageWriter ()
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/storage.hh