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