类分层结构
- java.lang.Object
- com.github.myibu.algorithm.compress.DeflateCompressor (implements com.github.myibu.algorithm.compress.Compressor)
- com.github.myibu.algorithm.compress.LZ77Compressor (implements com.github.myibu.algorithm.compress.Compressor)
- com.github.myibu.algorithm.compress.LZFCompressor (implements com.github.myibu.algorithm.compress.Compressor)
- com.github.myibu.algorithm.compress.LZWCompressor (implements com.github.myibu.algorithm.compress.Compressor)
接口分层结构
- com.github.myibu.algorithm.compress.Debugable
- com.github.myibu.algorithm.compress.Compressor