Package com.mindbright.util

Package containing miscelaneous util classes.

See:
          Description

Interface Summary
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 Summary
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.
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.
Math Some advanced utility math functions.
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.
PrimeSieve Generates prime numbers
Queue A queue of objects.
RandomSeed Generates a few high quality random numbers which are useful to seed other pseudo random number generators.
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
 

Package com.mindbright.util Description

Package containing miscelaneous util classes.