Uses of Class
org.crosswire.common.compress.AbstractCompressor

Packages that use AbstractCompressor
org.crosswire.common.compress An common interface to Zip and LZSS. 
 

Uses of AbstractCompressor in org.crosswire.common.compress
 

Subclasses of AbstractCompressor in org.crosswire.common.compress
 class LZSS
          The LZSS compression is a port of code as implemented for STEP.
 class Zip
          A class can be Activatable if it needs a significant amount of memory on an irregular basis, and so would benefit from being told when to wake-up and when to conserver memory.
 


Copyright ยจ 2003-2007