LineReader

Undocumented in source.

Constructors

this
this(CharReader reader, char[] buffer, BufferTooSmall tooSmall)
Undocumented in source.

Members

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chunker
LinesChunker chunker;
Undocumented in source.
dataLength
size_t dataLength;
Undocumented in source.
endOfLineOffset
size_t endOfLineOffset;
Undocumented in source.
line
char[] line;
Undocumented in source.
reader
CharReader reader;
Undocumented in source.

Meta