public final class TxzFormat extends Object implements ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
Constructor and Description |
---|
TxzFormat() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.compress.archivers.ArchiveOutputStream |
createArchiveOutputStream(OutputStream s) |
boolean |
equals(Object other) |
int |
hashCode() |
void |
putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out,
String path,
FileMode mode,
ObjectLoader loader) |
Iterable<String> |
suffixes() |
public org.apache.commons.compress.archivers.ArchiveOutputStream createArchiveOutputStream(OutputStream s) throws IOException
createArchiveOutputStream
in interface ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
IOException
public void putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out, String path, FileMode mode, ObjectLoader loader) throws IOException
putEntry
in interface ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
IOException
public Iterable<String> suffixes()
suffixes
in interface ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
Copyright © 2014. All rights reserved.