org.pdfbox.persistence.util

Class 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 String[]
HEX_TABLE
ASCII byte values for the hex strings.
static byte[][]
TABLE
ASCII byte values for the hex strings.

Field Details

HEX_TABLE

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

TABLE

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