| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserOracle |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String[] | csnamesTrylist | Charset used (in descending priority order) by ZipBrowserOracle(File, Charset) |
|||||||||
| 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.
| |||||||||||
| 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
| |||||||||||
Charset used (in descending priority order) by ZipBrowserOracle(File, Charset)
Open a zip archive and attempt to auto-detect character encoding for entry names. (Currently,
only the entries in csnamesTrylist are tried).
| IOException |
|---|
Open a zip archive and force the use of a given charset for entry names.
| IOException |
|---|
| IOException |
|---|
| IOException |
|---|
| IOException |
|---|