Modifier and Type | Class and Description |
---|---|
public class | JarArchive.
An entry located in a jar file. |
Modifier and Type | Field and Description |
---|---|
private final Path | |
private JarFile | |
private final String | |
private final Runtime. |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public void | |
public Stream | |
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
pack-priv abstract String | |
protected JarFile | |
public Path | |
public int | |
public String | |
public void | |
pack-priv abstract Archive. | |
pack-priv abstract Archive. |
file | back to summary |
---|---|
private final Path file |
jarFile | back to summary |
---|---|
private JarFile jarFile |
moduleName | back to summary |
---|---|
private final String moduleName |
version | back to summary |
---|---|
private final Runtime. |
JarArchive | back to summary |
---|---|
protected JarArchive(String mn, Path file, Runtime. |
close | back to summary |
---|---|
public void close() throws IOException Implements jdk.
|
entries | back to summary |
---|---|
public Stream Implements jdk.
|
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getFileName | back to summary |
---|---|
pack-priv abstract String getFileName(String entryName) |
getJarFile | back to summary |
---|---|
protected JarFile getJarFile() |
getPath | back to summary |
---|---|
public Path getPath() Implements jdk.
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
moduleName | back to summary |
---|---|
public String moduleName() Implements jdk.
|
open | back to summary |
---|---|
public void open() throws IOException Implements jdk.
|
toEntry | back to summary |
---|---|
pack-priv abstract Archive. |
toEntryType | back to summary |
---|---|
pack-priv abstract Archive. |
Modifier and Type | Field and Description |
---|---|
private final ZipEntry | |
private final ZipFile | |
private final long |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public long | size()
Implements abstract jdk. Returns the number of uncompressed bytes for this entry. |
public InputStream |
entry | back to summary |
---|---|
private final ZipEntry entry |
file | back to summary |
---|---|
private final ZipFile file |
size | back to summary |
---|---|
private final long size |
JarEntry | back to summary |
---|---|
pack-priv JarEntry(String path, String name, Archive. |
size | back to summary |
---|---|
public long size() Implements abstract jdk. Returns the number of uncompressed bytes for this entry.
|
stream | back to summary |
---|---|
public InputStream stream() throws IOException Implements abstract jdk.
|