PoDoFo 0.7.0
|
Public Member Functions | |
virtual pdf_long | Write (const char *pBuffer, pdf_long lLen) |
virtual void | Close () |
A PdfOutputStream that encrypt all data written using the RC4 encryption algorithm
virtual void PoDoFo::PdfRC4OutputStream::Close | ( | ) | [inline, virtual] |
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.
virtual pdf_long PoDoFo::PdfRC4OutputStream::Write | ( | const char * | pBuffer, |
pdf_long | lLen | ||
) | [inline, virtual] |
Write data to the output stream
pBuffer | the data is read from this buffer |
lLen | the size of the buffer |
Implements PoDoFo::PdfOutputStream.