public interface ArchiveHandler
| Modifier and Type | Method and Description |
|---|---|
ExtendedArchiveEntry |
createEntryFor(String entryName,
Entry entry,
boolean isExecutable) |
Source |
getArchiveSource() |
org.apache.commons.compress.archivers.ArchiveInputStream |
getInputStream() |
org.apache.commons.compress.archivers.ArchiveOutputStream |
getOutputStream() |
org.apache.commons.compress.archivers.ArchiveOutputStream getOutputStream()
throws IOException
IOExceptionorg.apache.commons.compress.archivers.ArchiveInputStream getInputStream()
throws IOException
IOExceptionExtendedArchiveEntry createEntryFor(String entryName, Entry entry, boolean isExecutable)
Source getArchiveSource()
Copyright © 2014. All Rights Reserved.