Package org.apache.abdera.util
Class AbstractWriterOptions
java.lang.Object
org.apache.abdera.util.AbstractWriterOptions
- All Implemented Interfaces:
Cloneable,WriterOptions
@Deprecated(since="2021-07-29")
public abstract class AbstractWriterOptions
extends Object
implements WriterOptions
Deprecated.
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
AbstractWriterOptions
public AbstractWriterOptions()Deprecated.
-
-
Method Details
-
clone
Deprecated.- Specified by:
clonein interfaceWriterOptions- Throws:
CloneNotSupportedException
-
getCompressionCodecs
Deprecated.Description copied from interface:WriterOptionsWhen writing, use the specified compression codecs- Specified by:
getCompressionCodecsin interfaceWriterOptions
-
setCompressionCodecs
Deprecated.Description copied from interface:WriterOptionsWhen writing, use the specified compression codecs- Specified by:
setCompressionCodecsin interfaceWriterOptions
-
getCharset
Deprecated.Description copied from interface:WriterOptionsThe character encoding to use for the output- Specified by:
getCharsetin interfaceWriterOptions
-
setCharset
Deprecated.Description copied from interface:WriterOptionsThe character encoding to use for the output- Specified by:
setCharsetin interfaceWriterOptions
-
getAutoClose
public boolean getAutoClose()Deprecated.Description copied from interface:WriterOptionsTrue if the writer should close the output stream or writer when finished- Specified by:
getAutoClosein interfaceWriterOptions
-
setAutoClose
Deprecated.Description copied from interface:WriterOptionsTrue if the writer should close the output stream or writer when finished- Specified by:
setAutoClosein interfaceWriterOptions
-