Package org.apache.abdera.util
Class AbstractWriter
java.lang.Object
org.apache.abdera.util.AbstractWriter
- All Implemented Interfaces:
Writer
- Direct Known Subclasses:
AbstractNamedWriter
@Deprecated(since="2021-07-29")
public abstract class AbstractWriter
extends Object
implements Writer
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.setDefaultWriterOptions(WriterOptions options) Deprecated.Deprecated.Return the serialized form of the Abdera BasevoidwriteTo(Base base, OutputStream out) Deprecated.Serialized the given Abdera Base to the given outputstreamvoidDeprecated.Serialized the given Abdera Base to the given writervoidwriteTo(Base base, WritableByteChannel out) Deprecated.voidwriteTo(Base base, WritableByteChannel out, WriterOptions options) Deprecated.
-
Constructor Details
-
AbstractWriter
public AbstractWriter()Deprecated.
-
-
Method Details
-
getDefaultWriterOptions
Deprecated.- Specified by:
getDefaultWriterOptionsin interfaceWriter
-
setDefaultWriterOptions
Deprecated.- Specified by:
setDefaultWriterOptionsin interfaceWriter
-
write
Deprecated.Description copied from interface:WriterReturn the serialized form of the Abdera Base- Specified by:
writein interfaceWriter- Throws:
IOException
-
writeTo
Deprecated.Description copied from interface:WriterSerialized the given Abdera Base to the given outputstream- Specified by:
writeToin interfaceWriter- Throws:
IOException
-
writeTo
Deprecated.Description copied from interface:WriterSerialized the given Abdera Base to the given writer- Specified by:
writeToin interfaceWriter- Throws:
IOException
-
writeTo
Deprecated.- Specified by:
writeToin interfaceWriter- Throws:
IOException
-
writeTo
Deprecated.- Specified by:
writeToin interfaceWriter- Throws:
IOException
-