|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataException | |
---|---|
name.benjaminjwhite.zdecimal |
Uses of DataException in name.benjaminjwhite.zdecimal |
---|
Methods in name.benjaminjwhite.zdecimal that throw DataException | |
---|---|
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[] pknum)
Convert a byte array containing a packed dicimal number to String value |
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. |
static byte[] |
PackDec.stringToPack(java.lang.String str)
Converts String to packed decimal number. |
static void |
PackDec.stringToPack(java.lang.String str,
byte[] bytearray,
int offset,
int len)
Convenience method to convert a String to packed decimal. |
static byte[] |
ZoneDec.stringToZone(java.lang.String znstr)
Converts a java String to Z Series zoned decimal |
static void |
ZoneDec.stringToZone(java.lang.String str,
byte[] bytearray,
int offset,
int len)
Converts java.lang.String to zone decimal and store in byte array |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |