LibreOffice Module dbaccess (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
dbaccess::StorageOutputStream Class Reference

convenience wrapper around a stream living in a storage More...

#include <storagestream.hxx>

Inheritance diagram for dbaccess::StorageOutputStream:
[legend]

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
 

Detailed Description

convenience wrapper around a stream living in a storage

Definition at line 30 of file storagestream.hxx.

Constructor & Destructor Documentation

◆ StorageOutputStream()

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.

◆ ~StorageOutputStream()

dbaccess::StorageOutputStream::~StorageOutputStream ( )
virtual

Definition at line 48 of file storagestream.cxx.

Member Function Documentation

◆ getOutputStream()

const css::uno::Reference< css::io::XOutputStream > & dbaccess::StorageOutputStream::getOutputStream ( ) const
inlineprotected

Member Data Documentation

◆ m_xOutputStream

css::uno::Reference< css::io::XOutputStream > dbaccess::StorageOutputStream::m_xOutputStream
private

Definition at line 45 of file storagestream.hxx.

Referenced by getOutputStream(), and StorageOutputStream().


The documentation for this class was generated from the following files: