increase version number to 0.1
[ecparse.git] / GrowingBuffer.h
index a622a50..856c4d2 100644 (file)
@@ -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