public static interface DynamicZipInputStream.Entry
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Opens a new stream that can be used to read the contents of the entry.
|
String |
getName()
Returns the name of the entry complete with path, equivalent to
ZipEntry.getName() . |
String getName()
ZipEntry.getName()
.InputStream getInputStream() throws IOException
IOException
Copyright © 2014. All rights reserved.