Package | Description |
---|---|
de.esprit.appsuite.nio.parser |
Contains classes for very fast ascii-file parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
AsciiParser<C extends ApplicationContext>
Runs the
AbstractAsciiParser with a AsciiLine and thus provides support for
break-characters and block-comments. |
class |
SimpleAsciiParser<C extends ApplicationContext>
Runs the
AbstractAsciiParser with a SimpleAsciiLine and thus runs fast but without any support
for break-characters and block-comments. |
Modifier and Type | Method and Description |
---|---|
AbstractAsciiParser |
AsciiParserTask.getParser() |
Modifier and Type | Method and Description |
---|---|
void |
AsciiParserTask.setParser(AbstractAsciiParser parser) |
Constructor and Description |
---|
AsciiParserTask(C ctx,
AbstractAsciiParser parser) |
AsciiParserTask(C ctx,
LogChannel logCh,
AbstractAsciiParser parser) |
AsciiParserTask(C ctx,
LogChannel logCh,
java.lang.String name,
AbstractAsciiParser parser) |
Copyright © 2011 EsprIT-Systems. All Rights Reserved.