Interface | Description |
---|---|
CharDetector |
Implementations allows
AdvancedReader to stop read or unread process, by detecting ending character. |
CharDetectorFactory |
Implementations are thread safe and build CharDetector instances.
|
Class | Description |
---|---|
AdvancedReader |
A character-stream reader that allows one or more characters to be unread.
|
AdvancedReaderDefaultCommentHandler |
Default comment handler, allowing to handle one line comments only, not comment blocks.
|
FixedCharsDetector |
Detects characters if present in an array of reference characters.
|
FixedCharsDetectorFactory |
Detects characters if present in an array of reference characters.
|
PatternCharDetector |
Detects characters if present in an array of reference characters.
|
PatternCharDetectorFactory |
Detects characters if present in an array of reference characters.
|
WhitespaceCharDetector |
Detects white spaces.
|
WhitespaceCharDetectorFactory |
Factory for WhitespaceCharDetector which returns always the same thread safe instance.
|