Name |
Description |
BitMap |
Provides the ability to access individual bits and export them as a byte array. |
ByteHelper |
Static class which provides some byte helper functions |
ByteStream |
Immutable Stream implementation for byte arrays |
ConsoleUtils |
|
SimpleFormatter |
Simple Textformatter {[Name]:ALIGNMENT:WIDTH:FILLCHAR} or {index:ALIGNMENT:WIDTH:FILLCHAR} or {"text":...} [Name] is the name of a defined text macro index is the index in the passed parameter list "text" is a freestyle text to be formatted ALIGNMENT =LN ... left-aligned and do not fill =LF ... left aligned and fill up = M ... centered = R ... right-aligned WIDTH Tells the formatter to which width the text should be aligned FILLCHAR For LF and R. Char used to fill |
StringHelper |
Static class which provides some string helper methods |