|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.pdfview.decode.ASCIIHexDecode
public class ASCIIHexDecode
decode an array of hex nybbles into a byte array
| Method Summary | |
|---|---|
static java.nio.ByteBuffer |
decode(java.nio.ByteBuffer buf,
PDFObject params)
decode an array of bytes in ASCIIHex format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||