public class ZipArchiveHandler extends ArchiveHandlerSupport
| Constructor and Description |
|---|
ZipArchiveHandler(File archive) |
| Modifier and Type | Method and Description |
|---|---|
Source |
getArchiveSource() |
org.apache.commons.compress.archivers.ArchiveInputStream |
getInputStream() |
org.apache.commons.compress.archivers.ArchiveOutputStream |
getOutputStream() |
ExtendedArchiveEntry |
newEntry(String entryName,
Entry entry) |
createEntryForpublic ZipArchiveHandler(File archive)
public ExtendedArchiveEntry newEntry(String entryName, Entry entry)
public org.apache.commons.compress.archivers.ArchiveInputStream getInputStream()
throws IOException
IOExceptionpublic org.apache.commons.compress.archivers.ArchiveOutputStream getOutputStream()
throws IOException
IOExceptionpublic Source getArchiveSource()
Copyright © 2015. All rights reserved.