#include <PdfOutputStream.h>
Inheritance diagram for PoDoFo::PdfDeviceOutputStream:
Public Member Functions | |
PdfDeviceOutputStream (PdfOutputDevice *pDevice) | |
virtual pdf_long | Write (const char *pBuffer, pdf_long lLen) |
virtual void | Close () |
|
Write to an already opened input device
|
|
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. |