public class ASCII85Decode extends Object
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
decode(ByteBuffer buf,
PDFObject params)
decode an array of bytes in ASCII85 format.
|
public static ByteBuffer decode(ByteBuffer buf, PDFObject params) throws PDFParseException
In ASCII85 format, every 5 characters represents 4 decoded bytes in base 85. The entire stream can contain whitespace, and ends in the characters '~>'.
buf
- the encoded ASCII85 characters in a byte bufferparams
- parameters to the decoder (ignored)PDFParseException
Copyright © 2024. All rights reserved.