compressors
Class Tuple

java.lang.Object
  extended by compressors.Tuple

public class Tuple
extends java.lang.Object

The purpose of this inner class is to provide a wrapper for the three critical data values that are produced during implementation of the LZ77 compression algorithm.


Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object