Javazip 简明教程
java.util.zip Package Tutorial
java.util.zip 包提供用于读取和写入标准 ZIP 和 GZIP 文件格式的类。还包括用于使用 ZIP 和 GZIP 文件格式采用的 DEFLATE 压缩算法对数据进行压缩和解压缩的类。此外,还有用于计算任意输入流的 CRC-32 和 Adler-32 校验和的实用程序类。
java.util.zip package provides classes for reading and writing the standard ZIP and GZIP file formats. Also includes classes for compressing and decompressing data using the DEFLATE compression algorithm, which is used by the ZIP and GZIP file formats. Additionally, there are utility classes for computing the CRC-32 and Adler-32 checksums of arbitrary input streams.
这份参考书会讲解 java.util.zip 包中的简单且实用的方法。
This reference will take you through simple and practical methods available in java.util.zip package.