PoDoFo 0.9.20
|
#include <PdfCanvasInputDevice.h>
Protected Member Functions | |
size_t | readBuffer (char *buffer, size_t size, bool &eof) override |
bool | readChar (char &ch) override |
bool | peek (char &ch) const override |
![]() | |
void | checkRead () const override |
Additional Inherited Members | |
![]() | |
bool | Peek (char &ch) const |
![]() | |
void | Read (char *buffer, size_t size) |
size_t | Read (char *buffer, size_t size, bool &eof) |
char | ReadChar () |
bool | Read (char &ch) |
There are Pdfs spanning delimiters or begin/end tags into contents streams. Let's create a device correctly spanning I/O reads into these
|
overrideprotectedvirtual |
Peek at next char in stream. /returns true if success, false if EOF
Implements PoDoFo::InputStreamDevice.
|
overrideprotectedvirtual |
Read a buffer from the stream /param eof true if the stream reached eof during read /returns number of read bytes
Implements PoDoFo::InputStream.
|
overrideprotectedvirtual |
Read the next char in stream. /returns true if success, false if EOF
Reimplemented from PoDoFo::InputStream.