Package | Description |
---|---|
de.esprit.appsuite.nio.ascii |
Contains classes for very fast ascii-file parsing.
|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
NdfParser
This parser reads ASCII data stored in the Neutral Data Format (NDF).
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.