public class ZipArchiveHandler extends Object implements ArchiveHandler
| Constructor and Description |
|---|
ZipArchiveHandler(File archive) |
| 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() |
public ZipArchiveHandler(File archive)
public org.apache.commons.compress.archivers.ArchiveInputStream getInputStream()
throws IOException
getInputStream in interface ArchiveHandlerIOExceptionpublic org.apache.commons.compress.archivers.ArchiveOutputStream getOutputStream()
throws IOException
getOutputStream in interface ArchiveHandlerIOExceptionpublic ExtendedArchiveEntry createEntryFor(String entryName, Entry entry, boolean isExecutable)
createEntryFor in interface ArchiveHandlerpublic Source getArchiveSource()
getArchiveSource in interface ArchiveHandlerCopyright © 2014. All Rights Reserved.