Modifier and Type | Class and Description |
---|---|
private class | DirArchive.
A File located in a Directory. |
Modifier and Type | Field and Description |
---|---|
private final int | |
private final Path | |
private final Consumer | |
private final String | |
private static final Consumer | |
private final List |
Access | Constructor and Description |
---|---|
public | |
public |
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. |
public Path | |
private static String | |
public int | |
public String | |
public void | |
private Archive. |
chop | back to summary |
---|---|
private final int chop |
dirPath | back to summary |
---|---|
private final Path dirPath |
log | back to summary |
---|---|
private final Consumer<String> log |
moduleName | back to summary |
---|---|
private final String moduleName |
noopConsumer | back to summary |
---|---|
private static final Consumer<String> noopConsumer |
open | back to summary |
---|---|
private final List<InputStream> open |
DirArchive | back to summary |
---|---|
public DirArchive(Path dirPath, String moduleName) |
DirArchive | back to summary |
---|---|
public DirArchive(Path dirPath, String moduleName, Consumer<String> log) |
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. |
getPath | back to summary |
---|---|
public Path getPath() Implements jdk.
|
getPathName | back to summary |
---|---|
private static String getPathName(Path path) |
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 |
---|---|
private Archive. |
Modifier and Type | Field and Description |
---|---|
private final Path | |
private final long |
Modifier and Type | Method and Description |
---|---|
public long | size()
Implements abstract jdk. Returns the number of bytes of this file. |
public InputStream |
path | back to summary |
---|---|
private final Path path |
size | back to summary |
---|---|
private final long size |
FileEntry | back to summary |
---|---|
pack-priv FileEntry(Path path, String name) |
size | back to summary |
---|---|
public long size() Implements abstract jdk. Returns the number of bytes of this file.
|
stream | back to summary |
---|---|
public InputStream stream() throws IOException Implements abstract jdk.
|