Package compressors

Class Summary
LZ77DictEntry It represents an entry in a LZ77Dict dictionary
LZ77Dictionary It represents a dictionary of words generated during LZ77 compression
LZ77v01  
LZ77v02  
Tuple 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.
TupleExt This is an extension of class Tuple which adds the field dictEntry, a pointer to an entry in a LZ77Dict dictionary.