public static interface ArchiveAdapter.EntryTask
| Modifier and Type | Method and Description |
|---|---|
void |
on(ArchiveAdapter.Entry e,
java.io.InputStream is)
callback to do some processing on an archive entry.
|
void on(ArchiveAdapter.Entry e, java.io.InputStream is) throws java.io.IOException
e - the archive entry information such as its name, size...is - the archive entry content.java.io.IOException - if the input stream reading generates a failureCopyright © 2013 Oracle Corporation. All Rights Reserved.