From b5eb1431c28254bfa90147f9ee4857598384be31 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 20 Oct 2010 18:35:28 +0000 Subject: Fixed a few minor things. --- src/gatsstream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gatsstream.h') diff --git a/src/gatsstream.h b/src/gatsstream.h index b5efb87..39719cf 100644 --- a/src/gatsstream.h +++ b/src/gatsstream.h @@ -42,6 +42,7 @@ namespace Gats * non-null in the most recent call, this should always be false. */ bool hasReadBuffer() { return qbRead.getSize() > 0; } + int getReadBufferSize() { return qbRead.getSize(); } private: bool skipReadNulls(); -- cgit v1.2.3