Class | Description |
---|---|
CollectionUtils |
As the title says, collection utils
|
FormatterUtil |
A bunch of formatting utils made by me.
|
IndexableTable<V> |
A data structure to link every element V, to a unique Integer id.
|
QueuedStream |
A stream that buffers up any input given to its
OutputStream [QueuedStream.getOutputStream() ],
and delivers it to its InputStream [QueuedStream.getInputStream() ] |
SafeQueuedStream |
Where "safe" means it won't crash if an underflow happens.
|
StringInputStream |
An
InputStream which reads through a given String . |
StringOutputStream |
An
OutputStream which collects all data into a String |
Exception | Description |
---|---|
MessengerException |
An exception class for reporting stuff (not just errors)
|