public class TarGzArchiveHandler extends ArchiveHandlerSupport
| Constructor and Description |
|---|
TarGzArchiveHandler(File archive,
boolean posixLongFileMode) |
| 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 TarGzArchiveHandler(File archive, boolean posixLongFileMode)
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 © 2018. All rights reserved.