Class LZ77Compressor.BackReference

    • Constructor Detail

      • BackReference

        public BackReference​(int offset,
                             int length)
        Constructs a new instance.
        Parameters:
        offset - the offset of the back-reference.
        length - the offset of the back-reference.