public class BaseFormat
extends java.lang.Object
Constructor and Description |
---|
BaseFormat() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.compress.archivers.ArchiveOutputStream |
applyFormatOptions(org.apache.commons.compress.archivers.ArchiveOutputStream s,
java.util.Map<java.lang.String,java.lang.Object> o)
Apply options to archive output stream
|
protected org.apache.commons.compress.archivers.ArchiveOutputStream applyFormatOptions(org.apache.commons.compress.archivers.ArchiveOutputStream s, java.util.Map<java.lang.String,java.lang.Object> o) throws java.io.IOException
s
- stream to apply options too
- options mapjava.io.IOException