Class DeflateInputStream

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

    public class DeflateInputStream
    extends java.io.FilterInputStream
    Deflates an input stream. This class includes logic needed for various RFCs in order to reasonably implement the "deflate" compression algorithm.
    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Constructor Summary

      Constructors 
      Constructor Description
      DeflateInputStream​(java.io.InputStream wrapped)  
    • Method Summary

      • Methods inherited from class java.io.FilterInputStream

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

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

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

      • DeflateInputStream

        public DeflateInputStream​(java.io.InputStream wrapped)
                           throws java.io.IOException
        Throws:
        java.io.IOException