|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcompressors.TupleExt
public class TupleExt
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 |
---|
public int offset
public int stringLen
public java.lang.String nextChar
public LZ77DictEntry dicEntry
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |