Package | Description |
---|---|
de.esprit.appsuite.nio.parser |
Contains classes for very fast ascii-file parsing.
|
Modifier and Type | Field and Description |
---|---|
protected AsciiWord |
SimpleAsciiLine.currentWord |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2011 EsprIT-Systems. All Rights Reserved.