Package org.armedbear.lisp
Class ZipCache.ArchiveFile
- java.lang.Object
-
- org.armedbear.lisp.ZipCache.Archive
-
- org.armedbear.lisp.ZipCache.ArchiveFile
-
- Direct Known Subclasses:
ZipCache.ArchiveURL
- Enclosing class:
- ZipCache
public static class ZipCache.ArchiveFile extends ZipCache.Archive
-
-
Constructor Summary
Constructors Constructor Description ArchiveFile(JarPathname jar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.zip.ZipEntry
getEntry(JarPathname entryPathname)
-
-
-
Constructor Detail
-
ArchiveFile
public ArchiveFile(JarPathname jar) throws java.util.zip.ZipException, java.io.IOException
- Throws:
java.util.zip.ZipException
java.io.IOException
-
-
Method Detail
-
getEntry
public java.util.zip.ZipEntry getEntry(JarPathname entryPathname)
-
-