Interface IGenericZipBrowser
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
IGenericJarBrowser
- All Known Implementing Classes:
JarBrowser,JarBrowserApache,JarBrowserOracle,ZipBrowser,ZipBrowserApache,ZipBrowserOracle,ZipBrowserPNF
Generic interface for Zip readers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Map<String,GenericZipEntry<?>> getEntryStream(String name) byte[]
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
getEntries
Map<String,GenericZipEntry<?>> getEntries() -
getEntry
-
readEntry
- Throws:
IOException
-
getEntryStream
- Throws:
IOException
-