Inheritance diagram for PoDoFo::PdfFilteredEncodeStream:
Public Member Functions | |
PdfFilteredEncodeStream (PdfOutputStream *pOutputStream, const EPdfFilter eFilter, bool bOwnStream) | |
virtual pdf_long | Write (const char *pBuffer, pdf_long lLen) |
virtual void | Close () |
All data written to this stream is encoded using a filter and written to another PdfOutputStream.
The passed output stream is owned by this PdfOutputStream and deleted along with it.
|
Create a filtered output stream. All data written to this stream is encoded using the passed filter type and written to the passed output stream which will be deleted by this PdfFilteredEncodeStream.
|
|
Close the PdfOutputStream. This method may throw exceptions and has to be called before the descructor to end writing. No more data may be written to the output device after calling close. Implements PoDoFo::PdfOutputStream. |
|
Write data to the output stream
Implements PoDoFo::PdfOutputStream. |