All Classes and Interfaces

Class
Description
Abstract implementation of CharStreamScanner.
ATTENTION:
This implementation and its sub-classes are NOT thread-safe and have no intention to be thread-safe.
Simple static helper for dealing with escaped characters.
Implementation of CharStreamScanner that adapts a Reader to read and parse textual data.
Callback interface to parse a number as sequence of digits, signs, and symbols.
CharScannerNumberParser to parse java.lang Number values such as Long, Integer, Double or Float.
Interface for handling of a special number syntax.
CharScannerNumberParser to parse java.lang Number values such as Long, Integer, Double or Float.
CharScannerNumberParser to parse java.lang Number values such as Long, Integer, Double or Float.
Interface of a parser the can parse a Java object from a string representation.
Interface for radix handling.
Enum for to decide on radix when parsing numbers.
This is the interface used to define the syntax to scan characters.
This is the implementation of CharScannerSyntax as Java bean.
This class represents a String or better a sequence of characters (char[]) together with a position in that sequence.
This is the interface for a scanner that can be used to parse a stream or sequence of characters.
Default implementation of TextFormatMessageHandler.