AsciiBufferedInput

Undocumented in source.

Constructors

this
this(inout(char)[] s)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
read
bool read(size_t* offsetToShift)
Undocumented in source. Be warned that the author may not have intended to support it.
readNoSave
bool readNoSave()
Undocumented in source. Be warned that the author may not have intended to support it.
sliceSaved
char[] sliceSaved()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
char[] buffer;
Undocumented in source.
limit
size_t limit;
Undocumented in source.
reader
CharReader reader;
Undocumented in source.
start
size_t start;
Undocumented in source.

Meta