public class ASCIIHexDecode extends Object
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
decode(ByteBuffer buf,
PDFObject params)
decode an array of bytes in ASCIIHex format.
|
public static ByteBuffer decode(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)PDFParseExceptionCopyright © 2024. All rights reserved.