Package | Description |
---|---|
java.net | |
java.util.jar |
Modifier and Type | Method and Description |
---|---|
JarEntry |
JarURLConnection.getJarEntry()
Return an immutable copy of the JarEntry within the JarFile
(or null if none was specified).
|
Modifier and Type | Method and Description |
---|---|
JarEntry |
JarFile.getJarEntry(String name)
Return the JarEntry specified by name or null if no such entry exists.
|
JarEntry |
JarInputStream.getNextJarEntry()
Returns the next JarEntry contained in this stream or null if no more
entries are present.
|
Constructor and Description |
---|
JarEntry(JarEntry je)
Create a new JarEntry using the values obtained from je.
|