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 TypeMethodDescriptionvoid
close()
Map<String,
GenericZipEntry<?>> getEntryStream
(String name) byte[]
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
getEntries
Map<String,GenericZipEntry<?>> getEntries() -
getEntry
-
readEntry
- Throws:
IOException
-
getEntryStream
- Throws:
IOException
-