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