public interface ArchiveStream
| Modifier and Type | Method and Description |
|---|---|
InputStream |
asStream(org.apache.commons.compress.archivers.ArchiveEntry entry) |
boolean |
canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry entry) |
void |
close() |
org.apache.commons.compress.archivers.ArchiveEntry |
getNextEntry() |
org.apache.commons.compress.archivers.ArchiveEntry getNextEntry()
throws IOException
IOExceptionInputStream asStream(org.apache.commons.compress.archivers.ArchiveEntry entry) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionboolean canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry entry)
Copyright © 2025. All rights reserved.