java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserOracle |
Class Overview
An implementation of a Zip browser that uses the standard JDK implementation.
Summary
Public Constructors |
|
ZipBrowserOracle(File f)
Open a zip archive and attempt to auto-detect character encoding for entry names.
|
|
ZipBrowserOracle(File f, Charset charset)
Open a zip archive and force the use of a given charset for entry names.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
|
From interface
java.lang.AutoCloseable
|
Fields
public
static
final
String[]
csnamesTrylist
Public Constructors
public
ZipBrowserOracle
(File f)
Open a zip archive and attempt to auto-detect character encoding for entry names. (Currently,
only the entries in csnamesTrylist
are tried).
public
ZipBrowserOracle
(File f, Charset charset)
Open a zip archive and force the use of a given charset for entry names.
Public Methods
public
InputStream
getEntryStream
(String name)
public
byte[]
readEntry
(String name)