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