public interface ZipEntrySource
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Indicates we are done with reading, and
resources may be freed
|
Enumeration<? extends ZipEntry> |
getEntries()
Returns an Enumeration of all the Entries
|
InputStream |
getInputStream(ZipEntry entry)
Returns an InputStream of the decompressed
data that makes up the entry
|
Enumeration<? extends ZipEntry> getEntries()
InputStream getInputStream(ZipEntry entry) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.