Package craterdog.utils


package craterdog.utils
  • Classes
    Class
    Description
    This utility class provides functions for encoding and decoding byte arrays using base 2.
    This utility class provides functions for encoding and decoding byte arrays using base 16.
    This utility class provides functions for encoding and decoding byte arrays using base 32.
    This utility class provides functions for encoding and decoding byte arrays using base 64.
    This utility class defines functions that manipulate bytes and byte arrays in useful ways.
    This class defines a comparator that compares two objects of the same type using their natural compareTo method if the type implements the Comparable interface, or by doing a lexical comparison on their string formats if not.
    This utility class contains static methods that generate random values for various purposes.
    This class implements the universal hash function algorithm described by Dietzfelbinger, et al, (1997).