LibreOffice Module sdext (master) 1
Public Member Functions | Private Attributes | List of all members
pdfi::OutputWrap Class Reference

#include <outputwrap.hxx>

Inheritance diagram for pdfi::OutputWrap:
[legend]
Collaboration diagram for pdfi::OutputWrap:
[legend]

Public Member Functions

 OutputWrap (const OUString &rURL)
 
virtual void SAL_CALL writeBytes (const css::uno::Sequence< ::sal_Int8 > &aData) override
 
virtual void SAL_CALL flush () override
 
virtual void SAL_CALL closeOutput () override
 

Private Attributes

osl::File maFile
 
- Private Attributes inherited from cppu::BaseMutex
mutable::osl::Mutex m_aMutex
 

Detailed Description

Definition at line 36 of file outputwrap.hxx.

Constructor & Destructor Documentation

◆ OutputWrap()

pdfi::OutputWrap::OutputWrap ( const OUString &  rURL)
inlineexplicit

Definition at line 42 of file outputwrap.hxx.

References maFile.

Member Function Documentation

◆ closeOutput()

virtual void SAL_CALL pdfi::OutputWrap::closeOutput ( )
inlineoverridevirtual

Definition at line 58 of file outputwrap.hxx.

References maFile.

◆ flush()

virtual void SAL_CALL pdfi::OutputWrap::flush ( )
inlineoverridevirtual

Definition at line 54 of file outputwrap.hxx.

◆ writeBytes()

virtual void SAL_CALL pdfi::OutputWrap::writeBytes ( const css::uno::Sequence< ::sal_Int8 > &  aData)
inlineoverridevirtual

Definition at line 47 of file outputwrap.hxx.

References aData, and maFile.

Member Data Documentation

◆ maFile

osl::File pdfi::OutputWrap::maFile
private

Definition at line 38 of file outputwrap.hxx.

Referenced by closeOutput(), OutputWrap(), and writeBytes().


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