Package com.weicoder.common.zip
Interface Zip
-
- All Known Implementing Classes:
BaseCompressor,BaseZip,GzipImpl,ZipImpl,ZlibImpl
public interface Zip压缩与解压接口- Author:
- WD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]compress(byte[] b)压缩数据byte[]extract(byte[] b)解压数据
-