Class ZipBrowserApache
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserApache
- All Implemented Interfaces:
IGenericZipBrowser,AutoCloseable
- Direct Known Subclasses:
JarBrowserApache
An implementation of a Zip browser that uses the Apache Commons implementation on error.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Map<String,GenericZipEntry<?>> getEntryStream(String name) byte[]
-
Constructor Details
-
ZipBrowserApache
- Throws:
IOException
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceIGenericZipBrowser- Throws:
IOException
-
getEntries
- Specified by:
getEntriesin interfaceIGenericZipBrowser
-
getEntry
- Specified by:
getEntryin interfaceIGenericZipBrowser
-
readEntry
- Specified by:
readEntryin interfaceIGenericZipBrowser- Throws:
IOException
-
getEntryStream
- Specified by:
getEntryStreamin interfaceIGenericZipBrowser- Throws:
IOException
-