LineReader

Undocumented in source.

Constructors

this
this(HioSocket s, ushort bs)

constructor

Members

Functions

done
bool done()

if input stream closed or errored

readLine
Nbuff readLine(Duration timeout)

read next line

rest
auto rest()

what we have in the buffer after fetching last line

Meta