Class GzipSupport


  • final class GzipSupport
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  GzipSupport.OptimisticAvailabilityInputStream
      When GZIPInputStream completes processing an individual member it will call InputStream.available() to determine if there is more stream to try and process.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GzipSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.zip.GZIPInputStream newGzipInputStream​(java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

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

      • GzipSupport

        private GzipSupport()
    • Method Detail

      • newGzipInputStream

        static java.util.zip.GZIPInputStream newGzipInputStream​(java.io.InputStream in)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException