LibreOffice Module dbaccess (master) 1
|
convenience wrapper around a stream living in a storage More...
#include <storagestream.hxx>
Public Member Functions | |
StorageOutputStream (const css::uno::Reference< css::embed::XStorage > &i_rParentStorage, const OUString &i_rStreamName) | |
virtual | ~StorageOutputStream () |
Protected Member Functions | |
const css::uno::Reference< css::io::XOutputStream > & | getOutputStream () const |
Private Attributes | |
css::uno::Reference< css::io::XOutputStream > | m_xOutputStream |
convenience wrapper around a stream living in a storage
Definition at line 30 of file storagestream.hxx.
dbaccess::StorageOutputStream::StorageOutputStream | ( | const css::uno::Reference< css::embed::XStorage > & | i_rParentStorage, |
const OUString & | i_rStreamName | ||
) |
Definition at line 37 of file storagestream.cxx.
References ENSURE_OR_THROW, m_xOutputStream, and xStream.
|
virtual |
Definition at line 48 of file storagestream.cxx.
|
inlineprotected |
Definition at line 41 of file storagestream.hxx.
References m_xOutputStream.
Referenced by dbaccess::StorageTextOutputStream::StorageTextOutputStream().
|
private |
Definition at line 45 of file storagestream.hxx.
Referenced by getOutputStream(), and StorageOutputStream().