PoDoFo 0.9.20
|
Protected Member Functions | |
size_t | readBuffer (char *buffer, size_t size, bool &eof) override |
![]() | |
virtual bool | readChar (char &ch) |
virtual void | checkRead () const |
Additional Inherited Members | |
![]() | |
void | Read (char *buffer, size_t size) |
size_t | Read (char *buffer, size_t size, bool &eof) |
char | ReadChar () |
bool | Read (char &ch) |
An InputStream that decrypts all data read using the RC4 encryption algorithm
|
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.