Class ICompressor.GZIPCompress

  • Enclosing interface:
    ICompressor

    public static class ICompressor.GZIPCompress
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GZIPCompress()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] compress​(byte[] data)  
      static byte[] uncompress​(byte[] data)  
      • Methods inherited from class java.lang.Object

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

      • GZIPCompress

        public GZIPCompress()
    • Method Detail

      • compress

        public static byte[] compress​(byte[] data)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • uncompress

        public static byte[] uncompress​(byte[] data)
                                 throws java.io.IOException
        Throws:
        java.io.IOException