Package org.apache.abdera.writer
Interface WriterOptions
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
AbstractWriterOptions
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.booleanDeprecated.True if the writer should close the output stream or writer when finishedDeprecated.The character encoding to use for the outputDeprecated.When writing, use the specified compression codecssetAutoClose(boolean autoclose) Deprecated.True if the writer should close the output stream or writer when finishedsetCharset(String charset) Deprecated.The character encoding to use for the outputDeprecated.When writing, use the specified compression codecs
-
Method Details
-
getCompressionCodecs
CompressionUtil.CompressionCodec[] getCompressionCodecs()Deprecated.When writing, use the specified compression codecs -
setCompressionCodecs
Deprecated.When writing, use the specified compression codecs -
clone
Deprecated.- Throws:
CloneNotSupportedException
-
getCharset
String getCharset()Deprecated.The character encoding to use for the output -
setCharset
Deprecated.The character encoding to use for the output -
getAutoClose
boolean getAutoClose()Deprecated.True if the writer should close the output stream or writer when finished -
setAutoClose
Deprecated.True if the writer should close the output stream or writer when finished
-