public interface ZipEntrySource
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Indicates we are done with reading, and
resources may be freed
|
java.util.Enumeration<? extends java.util.zip.ZipEntry> |
getEntries()
Returns an Enumeration of all the Entries
|
java.io.InputStream |
getInputStream(java.util.zip.ZipEntry entry)
Returns an InputStream of the decompressed
data that makes up the entry
|
boolean |
isClosed()
Has close been called already?
|
java.util.Enumeration<? extends java.util.zip.ZipEntry> getEntries()
java.io.InputStream getInputStream(java.util.zip.ZipEntry entry) throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
java.io.IOException
boolean isClosed()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.