软件包 | 描述 |
---|---|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
java.util.zip |
阅读和写作的标准压缩和gzip文件格式提供的类。
|
Modifier and Type | Class and Description |
---|---|
class |
JarInputStream
的
JarInputStream 类用于从输入流读取任何JAR文件的内容。
|
Modifier and Type | Class and Description |
---|---|
class |
GZIPInputStream
实现以GZIP格式的压缩数据流过滤器的类。
|
class |
ZipInputStream
这个类实现了一个用于读取压缩文件格式中的文件的输入流过滤器。
|
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.