#include <Iguana/Utilities/classlib/iotools/StorageOutputStream.h>
Public Member Functions | |
virtual void | close (void) |
StorageOutputStream (Storage *output) | |
virtual IOSize | write (const void *from, IOSize n) |
virtual IOSize | writev (const IOBuffer *from, IOSize buffers) |
~StorageOutputStream (void) | |
Protected Attributes | |
Storage * | m_storage |
Definition at line 19 of file StorageOutputStream.h.
lat::StorageOutputStream::StorageOutputStream | ( | Storage * | output | ) |
lat::StorageOutputStream::~StorageOutputStream | ( | void | ) |
Reimplemented from lat::OutputStream.
Implements lat::IOOutput.
Reimplemented from lat::IOOutput.
Storage* lat::StorageOutputStream::m_storage [protected] |
Definition at line 31 of file StorageOutputStream.h.