Class CompressLZF

    • Constructor Detail

      • CompressLZF

        public CompressLZF()
    • Method Detail

      • compress

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

        public int compress​(ByteBuffer var1,
                            int var2,
                            byte[] var3,
                            int var4)
      • expand

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