Class ZlibUtil

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ZlibUtil()  
    • Constructor Detail

      • ZlibUtil

        private ZlibUtil()
    • Method Detail

      • fail

        static void fail​(com.jcraft.jzlib.ZStream z,
                         java.lang.String message,
                         int resultCode)
      • exception

        static CompressionException exception​(com.jcraft.jzlib.ZStream z,
                                              java.lang.String message,
                                              int resultCode)
      • convertWrapperType

        static int convertWrapperType​(ZlibWrapper wrapper,
                                      int windowBits)
      • convertWrapperType

        static int convertWrapperType​(ZlibWrapper wrapper)
      • wrapperOverhead

        static int wrapperOverhead​(ZlibWrapper wrapper)