borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

Hex class

java.lang.Object
   +----borland.jbcl.util.Hex

About the Hex class

Variables  Properties  Methods  

The Hex class provides static definitions of hexadecimal numbers as char and byte values.


Hex variables

Variables implemented in this class

Hex properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

Hex methods

Methods implemented in java.lang.Object


Hex variables

bytes

  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.

chars

  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.