X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=GrowingBuffer.h;h=856c4d270b766e56994720d7b968cc89d9399a31;hp=a622a50a2b82e9f2415f2b94d9a3372e1424de81;hb=HEAD;hpb=9f80044fab3651986bdd2651620003f8769647b0 diff --git a/GrowingBuffer.h b/GrowingBuffer.h index a622a50..856c4d2 100644 --- a/GrowingBuffer.h +++ b/GrowingBuffer.h @@ -26,6 +26,7 @@ public: size_t getPosition(); size_t getLimit(); size_t getSize(); + size_t getRemaining(); /** * Sets the position of the buffer. The next {@link read(void*, size_t)} or