protected static class AbstractTarExtractor.TarArchiveWrapper extends java.lang.Object implements AbstractExtractor.ArchiveWrapper
| Constructor and Description |
|---|
AbstractTarExtractor.TarArchiveWrapper(org.apache.commons.compress.archivers.tar.TarArchiveInputStream is) |
| Modifier and Type | Method and Description |
|---|---|
java.io.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() |
public AbstractTarExtractor.TarArchiveWrapper(org.apache.commons.compress.archivers.tar.TarArchiveInputStream is)
public org.apache.commons.compress.archivers.ArchiveEntry getNextEntry()
throws java.io.IOException
getNextEntry in interface AbstractExtractor.ArchiveWrapperjava.io.IOExceptionpublic boolean canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry entry)
canReadEntryData in interface AbstractExtractor.ArchiveWrapperpublic void close()
throws java.io.IOException
close in interface AbstractExtractor.ArchiveWrapperjava.io.IOExceptionpublic java.io.InputStream asStream(org.apache.commons.compress.archivers.ArchiveEntry entry)
asStream in interface AbstractExtractor.ArchiveWrapperCopyright © 2014. All Rights Reserved.