public class ASCIIHexDecode
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
decode(java.nio.ByteBuffer buf,
PDFObject params)
decode an array of bytes in ASCIIHex format.
|
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