Class LZ77Compressor.BackReference

Enclosing class:
LZ77Compressor

Represents a back-reference.
  • Constructor Details

    • 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.