5#ifndef AUX_INPUT_STREAM_H
6#define AUX_INPUT_STREAM_H
27 void Read(
char*
buffer,
size_t size);
34 size_t Read(
char*
buffer,
size_t size,
bool&
eof);
70 virtual bool readChar(
char&
ch);
74 virtual void checkRead()
const;
An interface for writing blocks of data to a data source.
Definition OutputStream.h:15
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:30
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition basetypes.h:13