borland Packages Class Hierarchy jbcl.util Package Index
java.lang.Object +----borland.jbcl.util.Hex
Variables Properties Methods
The Hex class provides static definitions of hexadecimal numbers as char and byte values.
public static final byte[] bytes = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }Hexidecimal numbers defined as byte values.
public static final char[] chars = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }Hexidecimal numbers defined as char values.