All Classes
Class | Description |
---|---|
Char |
General interface implemented by character-like classes.
|
CharReader |
A keystroke char reader.
|
CharSlice |
A slice of a character array.
|
CharStream |
Java 8 streams handling of character sequences.
|
CharUtil |
Common character and console utilities.
|
Color |
Unix terminal color helper.
|
ConsoleUtil | |
Control |
https://en.wikipedia.org/wiki/C0_and_C1_control_codes
|
Displayable |
Interface for making objects displayable.
|
EscapeUtil | |
IndentedPrintWriter |
Print writer that prints lines with indent.
|
LineBufferedReader |
Helper class that manages a buffer if 1 line, or if requested pre-loads the
content of the input reader, and pretends as if it was the same line-buffering
reader.
|
NamingUtil |
Utility to handle multiple word identifiers and means of converting
between them.
|
NamingUtil.Format |
Formats to be used with name formatting.
|
Stringable |
A class that can be made into a string.
|
StringUtil | |
Unicode |
Unicode character representation.
|
Utf8StreamReader |
Similar to java native
InputStreamReader , but locked to
utf-8, and explicitly with no buffering whatsoever. |
Utf8StreamWriter |
Similar to java native
OutputStreamWriter , but locked to
utf-8, and explicitly with no buffering whatsoever, with one exception only, which
is catching surrogate pair chars. |