| Modifier and Type | Field and Description |
|---|---|
| private ZipFile |
| Access | Constructor and Description |
|---|---|
| public | |
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public String | |
| pack-priv static SyspathArchive | |
| pack-priv static String | Returns: archive name ornull if the argument is does not contain ".zip" or ".jar"to extract from dir)Return the archive name extracted from a path like "x/y/a.jar/b/c.x" as a String, extracted from the path by truncation. |
| pack-priv ZipEntry | |
| pack-priv InputStream | |
| private String | |
| public SyspathArchive |
| zipFile | back to summary |
|---|---|
| private ZipFile zipFile | |
| SyspathArchive | back to summary |
|---|---|
| public SyspathArchive(String archiveName) throws IOException | |
| SyspathArchive | back to summary |
|---|---|
| pack-priv SyspathArchive(ZipFile zipFile, String path) | |
| asUriCompatibleString | back to summary |
|---|---|
| public String asUriCompatibleString() | |
| fromPath | back to summary |
|---|---|
| pack-priv static SyspathArchive fromPath(String path) throws IOException Return a
| |
| getArchiveName | back to summary |
|---|---|
| pack-priv static String getArchiveName(String dir) Return the archive name extracted from a path like "x/y/a.jar/b/c.x" as a String, extracted
from the path by truncation. Here the archive name would be the "x/y/a.jar" part. The method
returns | |
| getEntry | back to summary |
|---|---|
| pack-priv ZipEntry getEntry(String entryName) | |
| getInputStream | back to summary |
|---|---|
| pack-priv InputStream getInputStream(ZipEntry entry) throws IOException | |
| makeEntry | back to summary |
|---|---|
| private String makeEntry(String entry) | |
| makeSubfolder | back to summary |
|---|---|
| public SyspathArchive makeSubfolder(String folder) | |