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() |
ExtendedArchiveEntry |
newEntry(String entryName,
Entry entry) |
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)
ExtendedArchiveEntry newEntry(String entryName, Entry entry)
Source getArchiveSource()
Copyright © 2015. All rights reserved.