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 | Field and Description |
---|---|
protected AsciiWord |
SimpleAsciiLine.currentWord |
Modifier and Type | Method and Description |
---|---|
AsciiWord |
SimpleAsciiLine.getCurrentToRestOfLine() |
AsciiWord |
AbstractAsciiParser.getCurrentToRestOfLine()
Returns the rest from the beginning of the current word to the end of the line
|
AsciiWord |
SimpleAsciiLine.getCurrentWord() |
AsciiWord |
AbstractAsciiParser.getCurrentWord() |
AsciiWord |
SimpleAsciiLine.getNextWord()
Sets the line markers such, that the next word of the line is returned.
|
AsciiWord |
AsciiLine.getNextWord()
Overridden to support break-characters and block-comments.
|
AsciiWord |
AbstractAsciiParser.getNextWord()
Get next word
|
AsciiWord |
SimpleAsciiLine.getRestOfLine()
Sets the line markers such, that the data from current position to the rest of line is returned.
|
AsciiWord |
AbstractAsciiParser.getRestOfLine()
Returns the rest from the end of the last word to the end of the line
|
AsciiWord |
AsciiParser.nextWord()
Fetches the next word, whereas break-characters and block-comments are returned as single words by their own.
|
AsciiWord |
AbstractAsciiParser.nextWord()
Fetches the next word of the current line.
|
Modifier and Type | Method and Description |
---|---|
void |
AsciiWord.copyData(AsciiWord word) |
void |
AsciiWriter.write(AsciiWord word) |
Modifier and Type | Method and Description |
---|---|
void |
NdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
AsciiWord data)
Called when an array value was found within an array structure.
|
void |
LoggingNdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
AsciiWord word) |
void |
DumpingNdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
AsciiWord word) |
void |
NdfHandler.foundListValue(NdfStructure struct,
AsciiWord data)
Called when a list value was found within a list structure.
|
void |
LoggingNdfHandler.foundListValue(NdfStructure struct,
AsciiWord data) |
void |
DumpingNdfHandler.foundListValue(NdfStructure struct,
AsciiWord data) |
void |
NdfHandler.foundTableCell(NdfStructure struct,
int rowIndex,
int columnIndex,
AsciiWord data)
Called when a table cell value was found within a table structure.
|
void |
LoggingNdfHandler.foundTableCell(NdfStructure struct,
int rowIndex,
int columnIndex,
AsciiWord data) |
void |
DumpingNdfHandler.foundTableCell(NdfStructure struct,
int rowIndex,
int columnIndex,
AsciiWord data) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.