|
| size_t | readBuffer (char *buffer, size_t len, bool &eof) override |
| |
| virtual size_t | readBuffer (char *buffer, size_t size, bool &eof)=0 |
| |
| virtual bool | readChar (char &ch) |
| |
| virtual void | checkRead () const |
| |
|
| 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.