X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=ReaderInput.h;h=c16426e5747b8042c108233da77695d597c3cf65;hp=ec846324f4dc8d985a1a8b5900bc4b52b19f72c9;hb=c58ce13db33c45a3e321edabe3bda12f45829482;hpb=5f35ee49184899c1bfffe4d788286b7c9b578c00 diff --git a/ReaderInput.h b/ReaderInput.h index ec84632..c16426e 100644 --- a/ReaderInput.h +++ b/ReaderInput.h @@ -12,6 +12,7 @@ public: virtual ~ReaderInput(); virtual int read(void* buffer, size_t length) = 0; + virtual bool isEOF() = 0; };