Package org.parboiled.buffers

Interface Summary
InputBuffer Abstraction of a simple char[] buffer holding the input text to be parsed.
 

Class Summary
DefaultInputBuffer Immutable default implementation of an InputBuffer.
IndentDedentInputBuffer Special, immutable InputBuffer implementation for indentation based grammars.
InputBuffer.Position Simple container class for a line/column position in the input text.
MutableInputBuffer An InputBuffer wrapping another InputBuffer and providing for the ability to insert (and undo) characters at certain index positions.