Uses of Class
compressors.LZ77Dictionary

Packages that use LZ77Dictionary
compressors   
 

Uses of LZ77Dictionary in compressors
 

Methods in compressors that return LZ77Dictionary
 LZ77Dictionary LZ77v02.getDict()
           
 

Methods in compressors with parameters of type LZ77Dictionary
 void LZ77v02.setDict(LZ77Dictionary dict)