Uses of Package
compressors

Packages that use compressors
analysis.analysisguis   
compressors   
experiments   
infogenomics   
storeguis   
 

Classes in compressors used by analysis.analysisguis
LZ77v02
           
 

Classes in compressors used by compressors
LZ77DictEntry
          It represents an entry in a LZ77Dict dictionary
LZ77Dictionary
          It represents a dictionary of words generated during LZ77 compression
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.
 

Classes in compressors used by experiments
LZ77v02
           
 

Classes in compressors used by infogenomics
LZ77v02
           
 

Classes in compressors used by storeguis
LZ77v02