5#ifndef AUX_INPUT_DEVICE_H
6#define AUX_INPUT_DEVICE_H
11#include "StreamDeviceBase.h"
12#include "InputStream.h"
28 bool Peek(
char&
ch)
const;
33 virtual bool peek(
char&
ch)
const = 0;
35 void checkRead()
const override;
37 void resetBuffers()
override;
40 void enableReadWindow(
const char*
head,
const char*
tail);
43 bool peekSlowPath(
char&
ch)
const;
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