org.freehep.util.io
Class FlateInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- java.util.zip.InflaterInputStream
-
- org.freehep.util.io.FlateInputStream
-
- All Implemented Interfaces:
- java.io.Closeable, java.lang.AutoCloseable
public class FlateInputStream extends java.util.zip.InflaterInputStreamThe FlateInputStream uses the Deflate mechanism to compress data. The exact definition of Deflate encoding can be found in the PostScript Language Reference (3rd ed.) chapter 3.13.3.
-
-
Constructor Summary
Constructors Constructor and Description FlateInputStream(java.io.InputStream in)Create a (De)Flate input stream.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.awt.ImagereadImage()Reads an image FIXME NOT IMPLEMENTED
-
DMelt 3.0 © DataMelt by jWork.ORG