public class ASCIIHexDecode
extends java.lang.Object
public static java.nio.ByteBuffer decode(java.nio.ByteBuffer buf, PDFObject params) throws PDFParseException
ASCIIHex format consists of a sequence of Hexidecimal digits, with possible whitespace, ending with the '>' character.
buf
- the encoded ASCII85 characters in a byte
bufferparams
- parameters to the decoder (ignored)PDFParseException