Interface | Description |
---|---|
LargeAsciiTable.AsciiTableIterator |
An auto-closeable iterator for
LargeAsciiTable . |
LargeAsciiTable.LineProcessor |
Object letting process any given line.
|
Class | Description |
---|---|
AsciiTable | Deprecated
This class suffers a lot of memory issues when dealing with
large tables.
|
LargeAsciiTable |
An object of this class manages a large ASCII table: it receives (non-empty)
lines to add.
|
Exception | Description |
---|---|
LargeAsciiTable.LineProcessorException |
Exception thrown when processing a line streamed by
LargeAsciiTable . |