Package com.weicoder.common.zip.impl
Class ZipImpl
- java.lang.Object
-
- com.weicoder.common.zip.base.BaseZip
-
- com.weicoder.common.zip.impl.ZipImpl
-
-
Constructor Summary
Constructors Constructor Description ZipImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]compress0(byte[] b)实际压缩算法的实现protected byte[]extract0(byte[] b)实际的解压缩算法
-
-
-
Method Detail
-
compress0
protected byte[] compress0(byte[] b) throws java.lang.ExceptionDescription copied from class:BaseZip实际压缩算法的实现
-
-