Class Summary |
BitManipulator |
This class is a collection of methods to extract different parts from an int value. |
ByteArray |
This class serves as an object-oriented interface to a byte array with a couple of convenience methods. |
ByteArrayHelper |
This is a collection of helper functions for byte arrays. |
InputStreamToByteArray |
This is a convenience class that completely reads an InputStream and dumps it to a byte array. |
StringEncoder |
This class encodes a string based on a character encoding and a StringEndEncoding, i.e. a way to
represent the length of a string. |
StringEndEncoding |
This class represents ways to encode the length of a string. |