| Interface | Description |
|---|---|
| CharacterInput |
Interface for sources of characters.
|
| CharacterOutput |
Interface for outputs of characters.
|
| ConfigParser<C extends Config> |
Interface for reading configurations.
|
| ConfigWriter |
Interface for writing configurations.
|
| Class | Description |
|---|---|
| AbstractInput |
Abstract base class for CharacterInputs.
|
| ArrayInput |
An implementation of
CharacterInput based on an array of characters. |
| CharsWrapper |
A simple, efficient implementation of CharSequence, designed to avoid data copying and to
maximize performance.
|
| CharsWrapper.Builder |
Builder class for constructing CharsWrappers.
|
| ReaderInput |
An implementation of
CharacterInput based on a Reader. |
| Utils |
Serialization utilities.
|
| WriterOutput |
Writes the characters in a
Writer. |
| Enum | Description |
|---|---|
| IndentStyle |
A style of indent.
|
| NewlineStyle |
A style of newline.
|
| ParsingMode | |
| WritingMode |
| Exception | Description |
|---|---|
| ParsingException |
Thrown when a parsing operation fails.
|
| WritingException |
Thrown whan a writing operation fails.
|