Package 

Object GzipHelper


  • 
    public class GzipHelper
    
                        

    Helper class for gzip compression.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static GzipHelper INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final static ByteArray gzip(String content) Gzip a string to a byte array.
      final static String ungzip(ByteArray content) Ungzip a byte array to a string
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait