public class FlateDecode extends Object
| Constructor and Description |
|---|
FlateDecode() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
decode(PDFObject dict,
ByteBuffer buf,
PDFObject params)
decode a byte buffer in Flate format.
|
public static ByteBuffer decode(PDFObject dict, ByteBuffer buf, PDFObject params) throws IOException
Flate is a built-in Java algorithm. It's part of the java.util.zip package.
buf - the deflated input bufferparams - parameters to the decoder (unused)IOExceptionCopyright © 2024. All rights reserved.