PoDoFo::PdfRC4OutputStream Class Reference

Inheritance diagram for PoDoFo::PdfRC4OutputStream:

PoDoFo::PdfOutputStream

List of all members.

Public Member Functions

virtual long Write (const char *pBuffer, long lLen)
virtual void Close ()


Detailed Description

A PdfOutputStream that encrypt all data written using the RC4 encryption algorithm

Member Function Documentation

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 long PoDoFo::PdfRC4OutputStream::Write ( const char *  pBuffer,
long  lLen 
) [inline, virtual]

Write data to the output stream

Parameters:
pBuffer the data is read from this buffer
lLen the size of the buffer

Implements PoDoFo::PdfOutputStream.


Generated on Sat May 2 02:52:12 2009 for PoDoFo by  doxygen 1.5.7.1