Package ahc.util.string

Class Summary
Base64Formatter This class provides methods for encoding arbitrary data (i.e. byte arrays) in Base64, a standardized format using only "printable" characters.
HexFormatter This class provides methods to format different size integers as hex strings.
StringHelper This class is a collection of helper functions for string handling.
ToString This class provides a generic toString method for arbitrary objects.