Class DeflateInputStream.DeflateStream

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

    static class DeflateInputStream.DeflateStream
    extends java.util.zip.InflaterInputStream
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean closed  
      • Fields inherited from class java.util.zip.InflaterInputStream

        buf, inf, len
      • Fields inherited from class java.io.FilterInputStream

        in
    • Constructor Summary

      Constructors 
      Constructor Description
      DeflateStream​(java.io.InputStream in, java.util.zip.Inflater inflater)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.util.zip.InflaterInputStream

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

        read
      • Methods inherited from class java.lang.Object

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

      • closed

        private boolean closed
    • Constructor Detail

      • DeflateStream

        public DeflateStream​(java.io.InputStream in,
                             java.util.zip.Inflater inflater)
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class java.util.zip.InflaterInputStream
        Throws:
        java.io.IOException