PoDoFo 0.9.20
|
#include <StreamDevice.h>
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) |
![]() | |
virtual bool | peek (char &ch) const =0 |
void | checkRead () const override |
![]() | |
virtual size_t | readBuffer (char *buffer, size_t size, bool &eof)=0 |
virtual bool | readChar (char &ch) |
This class provides an output device which operates either on a file or on a buffer in memory. Additionally it can count the bytes written to the device.
This class is suitable for inheritance to provide output devices of your own. Just override the required virtual methods.