Package net.sourceforge.jiu.util


package net.sourceforge.jiu.util
  • Class
    Description
    Helper class with static methods to convert between byte arrays and primitive types.
    Provides static methods to rotate (in steps of 90 degrees), flip and mirror array elements.
    This class currently only scales up an image given as a one-dimensional array of values.
    To be able to do sorting in Java 1.1 as defined in java.util.Arrays (which is only available in Java 1.2 and higher), we offer a java.util.Comparator clone under a different name: ComparatorInterface.
    Pick the median value from an array (or an interval of an array).
    An extension of OutputStream that writes data to an internal byte array, resizing it when necessary.
    Provides sorting of an Object array.
    A number of static methods to compute statistical properties of an array of double values.
    Class to retrieve system information in a human-readable form.