diff options
Diffstat (limited to 'src/gatsstream.h')
-rw-r--r-- | src/gatsstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
42 | * non-null in the most recent call, this should always be false. | 42 | * non-null in the most recent call, this should always be false. |
43 | */ | 43 | */ |
44 | bool hasReadBuffer() { return qbRead.getSize() > 0; } | 44 | bool hasReadBuffer() { return qbRead.getSize() > 0; } |
45 | int getReadBufferSize() { return qbRead.getSize(); } | ||
45 | 46 | ||
46 | private: | 47 | private: |
47 | bool skipReadNulls(); | 48 | bool skipReadNulls(); |