| com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser |
Known Indirect Subclasses
|
| 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
| |||||||||||
| IOException |
|---|
| IOException |
|---|
| IOException |
|---|