public static class ZipCache.ArchiveStream extends ZipCache.Archive
| Constructor and Description |
|---|
ArchiveStream(java.io.InputStream stream,
JarPathname root,
java.util.zip.ZipEntry rootEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.zip.ZipEntry |
getEntry(JarPathname entry) |
java.io.InputStream |
getEntryAsInputStream(JarPathname entry) |
public ArchiveStream(java.io.InputStream stream,
JarPathname root,
java.util.zip.ZipEntry rootEntry)
public java.io.InputStream getEntryAsInputStream(JarPathname entry)
public java.util.zip.ZipEntry getEntry(JarPathname entry)