All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description Char General interface implemented by character-like classes.CharReader A keystroke char reader. returns a Char object at a time related to the single keystroke the user typed.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_codesDisplayable 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 nativeInputStreamReader
, but locked to utf-8, and explicitly with no buffering whatsoever.Utf8StreamWriter Similar to java nativeOutputStreamWriter
, but locked to utf-8, and explicitly with no buffering whatsoever, with one exception only, which is catching surrogate pair chars.