软件包 | 描述 |
---|---|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
java.util.zip |
阅读和写作的标准压缩和gzip文件格式提供的类。
|
Modifier and Type | Class and Description |
---|---|
class |
JarException
从读取或写入到一个文件时发生了某种错误的信号。
|
Constructor and Description |
---|
ZipFile(File file)
打开一个用于读取指定的文件对象的压缩文件。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.