|
| void | Read (char *buffer, size_t size) |
| |
| size_t | Read (char *buffer, size_t size, bool &eof) |
| |
| char | ReadChar () |
| |
| bool | Read (char &ch) |
| |
A PdfAESInputStream that decrypts all data read using the AES encryption algorithm
◆ readBuffer()
| size_t PoDoFo::PdfAESInputStream::readBuffer |
( |
char * | buffer, |
|
|
size_t | size, |
|
|
bool & | eof ) |
|
inlineoverrideprotectedvirtual |
Read a buffer from the stream /param eof true if the stream reached eof during read /returns number of read bytes
Implements PoDoFo::InputStream.
The documentation for this class was generated from the following file: