public interface DataConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
onEachDir(org.apache.commons.compress.archivers.tar.TarArchiveEntry dirEntry) |
void |
onEachFile(InputStream input,
org.apache.commons.compress.archivers.tar.TarArchiveEntry fileEntry) |
void |
onEachLink(org.apache.commons.compress.archivers.tar.TarArchiveEntry linkEntry) |
void onEachDir(org.apache.commons.compress.archivers.tar.TarArchiveEntry dirEntry)
throws IOException
IOExceptionvoid onEachFile(InputStream input, org.apache.commons.compress.archivers.tar.TarArchiveEntry fileEntry) throws IOException
IOExceptionvoid onEachLink(org.apache.commons.compress.archivers.tar.TarArchiveEntry linkEntry)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.