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