public class

ZipBrowserApache

extends Object
implements IGenericZipBrowser
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserApache
Known Direct Subclasses

Class Overview

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

Summary

Public Constructors
ZipBrowserApache(File f)
Public Methods
void close()
Map<String, GenericZipEntry<?>> getEntries()
GenericZipEntry<?> getEntry(String name)
InputStream getEntryStream(String name)
byte[] readEntry(String name)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
From interface java.lang.AutoCloseable

Public Constructors

public ZipBrowserApache (File f)

Throws
IOException

Public Methods

public void close ()

Throws
IOException

public Map<String, GenericZipEntry<?>> getEntries ()

public GenericZipEntry<?> getEntry (String name)

public InputStream getEntryStream (String name)

Throws
IOException

public byte[] readEntry (String name)

Throws
IOException