org.pdfbox.persistence.util
Class COSHEXTable

java.lang.Object
  extended by org.pdfbox.persistence.util.COSHEXTable

public final class COSHEXTable
extends java.lang.Object

helper type for faster mapping of bytes to their hex equivalent.

Version:
$Revision: 1.4 $
Author:
Michael Traut

Field Summary
static java.lang.String[] HEX_TABLE
          ASCII byte values for the hex strings.
static byte[][] TABLE
          ASCII byte values for the hex strings.
 
Constructor Summary
COSHEXTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE

public static final byte[][] TABLE
ASCII byte values for the hex strings.


HEX_TABLE

public static final java.lang.String[] HEX_TABLE
ASCII byte values for the hex strings.

Constructor Detail

COSHEXTable

public COSHEXTable()