| Package | Description |
|---|---|
| org.apache.aries.util.filesystem.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ZipCloseableDirectory |
ZipFileImpl.cache
The closeable directory that caches the open ZipFile
|
| Constructor and Description |
|---|
ZipDirectory(File zip1,
ZipEntry entry1,
ZipDirectory parent,
ZipCloseableDirectory cache)
Constructs a directory in the zip.
|
ZipDirectory(ZipDirectory other,
ZipCloseableDirectory cache) |
ZipFileImpl(File zip1,
ZipEntry entry1,
ZipDirectory parent1,
ZipCloseableDirectory cache)
This constructor is used to create a file entry within the zip.
|
ZipFileImpl(ZipFileImpl other,
ZipCloseableDirectory cache) |
Copyright © 2021. All rights reserved.