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 Utility getting console related properties or modifications of strings.Control This class represents terminal control characters.Displayable Interface for making objects displayable.EscapeUtil Utility for escaping and un-escaping strings Java style.GSMCharset The GSM Charset is actually a set of charsets that uses the same rules for how to encode, but with different character tables based on preset language settings.GSMNationalLanguageIdentifier The locale of the GSM determines the national single shift or locking shift table to be used.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.MoreCharsetsProvider Charset provider for GSM, UCS2, T.61 and TBCD charsets.NamingUtil Utility to handle multiple word identifiers and means of converting between them.NamingUtil.Format Formats to be used with name formatting.ReaderUtil Utilities for reading strings from base readers.Stringable A class that can be made into a string.StringUtil Utility getting properties of and modifying strings.T61Charset The T.61 charset, a.k.a.TBCDCharset Telephony Binary Coded Decimal String.Unicode Representation of a unicode character.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.