|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.decode.FlateDecode
public class FlateDecode
decode a deFlated byte array
Constructor Summary | |
---|---|
FlateDecode()
|
Method Summary | |
---|---|
static java.nio.ByteBuffer |
decode(PDFObject dict,
java.nio.ByteBuffer buf,
PDFObject params)
decode a byte buffer in Flate format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlateDecode()
Method Detail |
---|
public static java.nio.ByteBuffer decode(PDFObject dict, java.nio.ByteBuffer buf, PDFObject params) throws java.io.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)
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |