compressors
Class TupleExt

java.lang.Object
  extended by compressors.TupleExt

public class TupleExt
extends java.lang.Object

This is an extension of class Tuple which adds the field dictEntry, a pointer to an entry in a LZ77Dict dictionary. The pointed entry contains the word starting from offset and stopping in offset+stringLen(+1?)


Field Summary
 LZ77DictEntry dicEntry
           
 java.lang.String nextChar
           
 int offset
           
 int stringLen
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

offset

public int offset

stringLen

public int stringLen

nextChar

public java.lang.String nextChar

dicEntry

public LZ77DictEntry dicEntry
Method Detail

toString

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