See: Description
Class | Description |
---|---|
AbstractAsciiParser<C extends ApplicationContext,L extends SimpleAsciiLine> |
This is a high performance parser for reading ascii text files.
|
AsciiCode |
This class defines the ASCII codes used by the ascii parser as well as according helper methods.
|
AsciiLine |
This class represents a text line that was read in by the
AsciiParser . |
AsciiParser<C extends ApplicationContext> |
Runs the
AbstractAsciiParser with a AsciiLine and thus provides support for
break-characters and block-comments. |
AsciiParserTask<C extends ApplicationContext> |
This task just executes a
AsciiParser asynchronously. |
AsciiWord |
This class represents a word that was read in by the
AsciiParser . |
AsciiWriter<C extends ApplicationContext> |
This writer uses NIO for writing raw ASCII data with best possible performance.
|
SimpleAsciiLine |
This class represents a text line that was read in by the
AsciiParser . |
SimpleAsciiParser<C extends ApplicationContext> |
Runs the
AbstractAsciiParser with a SimpleAsciiLine and thus runs fast but without any support
for break-characters and block-comments. |
Copyright © 2011 EsprIT-Systems. All Rights Reserved.