Class ZlibUtil


  • public class ZlibUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ZlibUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] deflate​(byte[] dataToCompress)  
      static byte[] deflateString​(java.lang.String string)  
      static java.lang.String inflateToString​(byte[] input)  
      • Methods inherited from class java.lang.Object

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

      • ZlibUtil

        public ZlibUtil()
    • Method Detail

      • deflateString

        public static byte[] deflateString​(java.lang.String string)
      • deflate

        public static byte[] deflate​(byte[] dataToCompress)
      • inflateToString

        public static java.lang.String inflateToString​(byte[] input)