public static interface CompressUtil.ArchiveHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
handleArchive(org.apache.commons.compress.archivers.ArchiveInputStream archiveInputStream,
ArchiveFormat archiveFormat)
May or may not read entries and data from the
archiveInputStream, and may or may not close it. |
@Nullable T handleArchive(org.apache.commons.compress.archivers.ArchiveInputStream archiveInputStream, ArchiveFormat archiveFormat) throws java.io.IOException
archiveInputStream, and may or may not close it.