X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ReaderInput.h;h=c16426e5747b8042c108233da77695d597c3cf65;hb=d536e911b76cdebd3fa97b2911adef93593752fa;hp=ec846324f4dc8d985a1a8b5900bc4b52b19f72c9;hpb=5f35ee49184899c1bfffe4d788286b7c9b578c00;p=ecparse.git 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; };