Interface | Description |
---|---|
ArraySort.Comparable |
The elemnts in the array should implement this interface
|
ExpectOutputStream.Expector |
Interface to be implemented by classes interested when the
event
ExpectOutputStream waits for happens. |
Progress |
Interface for entities interested in following progress
|
Class | Description |
---|---|
ArraySort |
Sort an array or part of an array.
|
ASCIIArmour |
Encode/decode binary data to/from ASCII.
|
Base64 |
Static routines for base64-encoding/decoding
|
CRC32 |
static routine for calculating CRC32 (Cyclic Redundancy Check)
checksums on data.
|
Crypto | |
EncryptedProperties |
Handles an encrypted properties file.
|
ExpectOutputStream |
This class implements an ouput stream which captures data until a
certain expected string has been encountered.
|
FlushingOutputStream |
This class implements an ouput stream which class flush after each
write.
|
HexDump |
Utility routines for creating readable dumps of binary data.
|
InputStreamPipe |
An input stream pipe should be connected to an output stream pipe;
the input stream pipe then provides whatever data bytes are
written to the output stream pipe.
|
JarLoader |
A
ClassLoader which can load classes from a jar-file. |
Log |
A class which handles logging messages to a stream.
|
OutputStreamPipe |
An output stream pipe should be connected to an input stream pipe;
the input stream pipe then provides whatever data bytes are
written to the output stream pipe.
|
Queue |
A queue of objects.
|
SecureRandomAndPad |
Class for generating both random bytes and pad bytes.
|
StringUtil |
Static utility functions for trimming strings and converting byte
counts to strings.
|
Util |
Miscellaneous utility functions
|