public interface

IGenericZipBrowser

implements AutoCloseable
com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
Known Indirect Subclasses

Class Overview

Generic interface for Zip readers.

Summary

Public Methods
abstract void close()
abstract Map<String, GenericZipEntry<?>> getEntries()
abstract GenericZipEntry<?> getEntry(String name)
abstract InputStream getEntryStream(String name)
abstract byte[] readEntry(String name)
[Expand]
Inherited Methods
From interface java.lang.AutoCloseable

Public Methods

public abstract void close ()

Throws
IOException

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

public abstract GenericZipEntry<?> getEntry (String name)

public abstract InputStream getEntryStream (String name)

Throws
IOException

public abstract byte[] readEntry (String name)

Throws
IOException