public final class TxzFormat extends BaseFormat 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) |
org.apache.commons.compress.archivers.ArchiveOutputStream |
createArchiveOutputStream(OutputStream s,
Map<String,Object> o) |
boolean |
equals(Object other) |
int |
hashCode() |
void |
putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out,
ObjectId tree,
String path,
FileMode mode,
ObjectLoader loader) |
Iterable<String> |
suffixes() |
applyFormatOptions
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 org.apache.commons.compress.archivers.ArchiveOutputStream createArchiveOutputStream(OutputStream s, Map<String,Object> o) throws IOException
createArchiveOutputStream
in interface ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
IOException
public void putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out, ObjectId tree, 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 © 2019 Eclipse JGit Project. All rights reserved.