Package org.lwes.util

Class Summary
CharacterEncoding This is a little class to abstract the character encoding strings that Java uses into classes which can be checked at compile time.
EncodedString EncodedString is a wrapper class which wraps a String, but replaces all methods using a string representation of a character encoding with ones using the CharacterEncoding class, thereby guaranteeing validity and eliminating the need to throw any exceptions.
IPAddress This is a wrapper class for InetAddress, which allows the setting of an InetAddress with a byte arrays.
Log This is a wrapper class for logging.
NumberCodec This is a class to efficiently encode built-in primitive types into byte arrays and decode them back.