Reader - use on single thread only
This one provides peek support. Peek looks one read ahead in the read stream.
Fetches the next read. If the peekbuf is not empty return that first and reset peekbuf.
See Implementation
Reader - use on single thread only
This one provides peek support. Peek looks one read ahead in the read stream.