public interface WriterOptions
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
getAutoClose()
True if the writer should close the output stream or writer when finished
|
java.lang.String |
getCharset()
The character encoding to use for the output
|
CompressionUtil.CompressionCodec[] |
getCompressionCodecs()
When writing, use the specified compression codecs
|
WriterOptions |
setAutoClose(boolean autoclose)
True if the writer should close the output stream or writer when finished
|
WriterOptions |
setCharset(java.lang.String charset)
The character encoding to use for the output
|
WriterOptions |
setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
When writing, use the specified compression codecs
|
CompressionUtil.CompressionCodec[] getCompressionCodecs()
WriterOptions setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
java.lang.String getCharset()
WriterOptions setCharset(java.lang.String charset)
boolean getAutoClose()
WriterOptions setAutoClose(boolean autoclose)
Copyright © 2010 - 2020 Adobe. All Rights Reserved