软件包 | 描述 |
---|---|
java.net |
为实现网络应用程序提供类。
|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
Modifier and Type | Method and Description |
---|---|
JarEntry |
JarURLConnection.getJarEntry()
返回此连接的“入瓶”对象,如果有。
|
Modifier and Type | Method and Description |
---|---|
JarEntry |
JarFile.getJarEntry(String name)
返回给定项名称或
null 的
JarEntry 如果没有找到。
|
JarEntry |
JarInputStream.getNextJarEntry()
读取下一个“下一个”“文件”项,并在输入数据的开头处定位流。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<JarEntry> |
JarFile.entries()
返回一个枚举的压缩文件项的枚举。
|
Stream<JarEntry> |
JarFile.stream() |
Constructor and Description |
---|
JarEntry(JarEntry je)
创建从指定的
JarEntry 对象领域的一个新的
JarEntry 。
|
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.