# Class: com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserApache

An implementation of a Zip browser that uses the Apache Commons implementation on error.

## Constructor: ZipBrowserApache
- parameter: `f`, type: `java.io.File`

Description: Open a Zip archive using Apache Commons Compress.
parameter: f: Zip file
throws: if the archive cannot be opened

## Method: close


## Method: getEntries
- return type: `java.util.Map<java.lang.String,com.pnfsoftware.jeb.util.encoding.zip.GenericZipEntry<?>>`


## Method: getEntry
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.encoding.zip.GenericZipEntry<?>`


## Method: getEntryStream
- parameter: `name`, type: `java.lang.String`
- return type: `java.io.InputStream`


## Method: readEntry
- parameter: `name`, type: `java.lang.String`
- return type: `byte[]`


