Uses of Class
name.benjaminjwhite.zdecimal.FixedPointDivideException

Packages that use FixedPointDivideException
name.benjaminjwhite.zdecimal   
 

Uses of FixedPointDivideException in name.benjaminjwhite.zdecimal
 

Methods in name.benjaminjwhite.zdecimal that throw FixedPointDivideException
static long PackDec.packToLong(byte[] pknum)
          Convert a byte array containing a packed dicimal number to "long"
static long PackDec.packToLong(byte[] bytearray, int offset, int len)
          Selects a packed decimal number from a byte array, then converts to a Long value of the number.
static java.lang.String PackDec.packToString(byte[] bytearray, int offset, int len)
          Selects a packed decimal number from a byte array, then converts to a String value of the number.