Class GzipCompressingInputStream.InternalGzipCompressingInputStream

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

    protected static class GzipCompressingInputStream.InternalGzipCompressingInputStream
    extends java.util.zip.DeflaterInputStream
    Internal stream without header/trailer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      byte[] createTrailer()  
      • Methods inherited from class java.util.zip.DeflaterInputStream

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

        read
      • 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
    • 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.DeflaterInputStream
        Throws:
        java.io.IOException
      • createTrailer

        public byte[] createTrailer()