Documentation of 'org.freehep.util.io.FlateInputStream' Java class
FlateInputStream
org.freehep.util.io

Class FlateInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable


    public class FlateInputStream
    extends java.util.zip.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.
    • 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.Image readImage()
      Reads an image FIXME NOT IMPLEMENTED
      • Methods inherited from class java.util.zip.InflaterInputStream

        available, close, mark, markSupported, read, read, reset, skip
      • Methods inherited from class java.io.FilterInputStream

        read
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlateInputStream

        public FlateInputStream(java.io.InputStream in)
        Create a (De)Flate input stream.
        Parameters:
        in - stream to read from
    • Method Detail

      • readImage

        public java.awt.Image readImage()
                                 throws java.io.IOException
        Reads an image FIXME NOT IMPLEMENTED
        Returns:
        null
        Throws:
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.