Class CompressDeflate

    • Constructor Detail

      • CompressDeflate

        public CompressDeflate()
    • Method Detail

      • compress

        public int compress​(byte[] var1,
                            int var2,
                            byte[] var3,
                            int var4)
        Specified by:
        compress in interface Compressor
      • expand

        public void expand​(byte[] var1,
                           int var2,
                           int var3,
                           byte[] var4,
                           int var5,
                           int var6)
        Specified by:
        expand in interface Compressor