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);
73 virtual bool readChar(
char&
ch);
77 virtual void checkRead()
const;
96 void readSlowPath(
char*
buffer,
size_t size);
97 size_t readSlowPath(
char*
buffer,
size_t size,
bool&
eof);
98 char readCharSlowPath();
99 bool tryReadCharSlowPath(
char&
ch);
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