org.freehep.util.io
Class FlateInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
org.freehep.util.io.FlateInputStream
- public class FlateInputStream
- extends InflaterInputStream
The 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.
- Version:
- $Id: FlateOutputStream.java,v 1.1 2001/06/05 10:32:52 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- FlateInputStream.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlateInputStream
public FlateInputStream(InputStream in)
readImage
public Image readImage()
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.