public class TarGzArchiveHandler extends ArchiveHandlerSupport
| Constructor and Description |
|---|
TarGzArchiveHandler(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) |
createEntryForpublic TarGzArchiveHandler(File archive)
public ExtendedArchiveEntry newEntry(String entryName)
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.