软件包 | 描述 |
---|---|
java.net |
为实现网络应用程序提供类。
|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
Modifier and Type | Method and Description |
---|---|
Manifest |
JarURLConnection.getManifest()
返回此连接的清单,或如果没有。
|
Modifier and Type | Method and Description |
---|---|
protected 软件包 |
URLClassLoader.definePackage(String name, Manifest man, URL url)
定义了一个新的软件包的名字在这类加载器。
|
Modifier and Type | Method and Description |
---|---|
Manifest |
JarInputStream.getManifest()
返回此JAR文件的
Manifest ,或
null 如果没有。
|
Manifest |
JarFile.getManifest()
返回jar文件清单,或
null 如果没有。
|
Constructor and Description |
---|
JarOutputStream(OutputStream out, Manifest man)
创建具有指定
Manifest 新
JarOutputStream 。
|
Manifest(Manifest man)
构造一个新的清单,该清单是指定的清单的副本。
|
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.