Package org.armedbear.lisp
Class ZipCache.ArchiveStream
- java.lang.Object
-
- org.armedbear.lisp.ZipCache.Archive
-
- org.armedbear.lisp.ZipCache.ArchiveStream
-
- Enclosing class:
- ZipCache
public static class ZipCache.ArchiveStream extends ZipCache.Archive
-
-
Constructor Summary
Constructors Constructor Description ArchiveStream(java.io.InputStream stream, JarPathname root, java.util.zip.ZipEntry rootEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.zip.ZipEntry
getEntry(JarPathname entry)
java.io.InputStream
getEntryAsInputStream(JarPathname entry)
-
-
-
Constructor Detail
-
ArchiveStream
public ArchiveStream(java.io.InputStream stream, JarPathname root, java.util.zip.ZipEntry rootEntry)
-
-
Method Detail
-
getEntryAsInputStream
public java.io.InputStream getEntryAsInputStream(JarPathname entry)
-
getEntry
public java.util.zip.ZipEntry getEntry(JarPathname entry)
-
-