| Constructors in org.apache.aries.util.filesystem.impl with parameters of type NestedZipDirectory |
NestedCloseableDirectory(IFile archive,
NestedZipDirectory delegate)
|
NestedZipDirectory(IFile archive,
String pathInZip,
NestedZipDirectory parent,
NestedCloseableDirectory cache)
|
NestedZipDirectory(IFile archive,
ZipEntry entry,
NestedZipDirectory parent,
NestedCloseableDirectory cache)
|
NestedZipDirectory(NestedZipDirectory other,
NestedCloseableDirectory cache)
|
NestedZipFile(IFile archive,
String pathInZip,
NestedZipDirectory parent,
NestedCloseableDirectory cache)
|
NestedZipFile(IFile archive,
ZipEntry entry,
NestedZipDirectory parent,
NestedCloseableDirectory cache)
Construct a nested zip file |