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) |
createEntryFor
public TarGzArchiveHandler(File archive, boolean posixLongFileMode)
public ExtendedArchiveEntry newEntry(String entryName, Entry entry)
public org.apache.commons.compress.archivers.ArchiveInputStream getInputStream() throws IOException
IOException
public org.apache.commons.compress.archivers.ArchiveOutputStream getOutputStream() throws IOException
IOException
public Source getArchiveSource()
Copyright © 2024. All rights reserved.