|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DynamicZipInputStream.Entry
Represents a single entry from a ZIP files.
Method Summary | |
---|---|
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() . |
Method Detail |
---|
String getName()
ZipEntry.getName()
.
InputStream getInputStream() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |