Class GzipCompressionProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] compress​(java.lang.String path, byte[] data)  
      byte[] decompress​(java.lang.String path, byte[] gzippedDataBytes)  
      • Methods inherited from class java.lang.Object

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

      • GzipCompressionProvider

        public GzipCompressionProvider()
    • Method Detail

      • decompress

        public byte[] decompress​(java.lang.String path,
                                 byte[] gzippedDataBytes)
                          throws java.io.IOException
        Specified by:
        decompress in interface CompressionProvider
        Throws:
        java.io.IOException