public class

ZipBrowserPNF

extends Object
implements IGenericZipBrowser
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserPNF

Class Overview

An implementation of a Zip browser backed by JEB's custom fail-safe Zip reader.

Summary

Public Constructors
ZipBrowserPNF(File f, boolean treatUnsupportedCompressionAsDeflate, boolean ignoreEncryption)
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 ZipBrowserPNF (File f, boolean treatUnsupportedCompressionAsDeflate, boolean ignoreEncryption)

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