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 Basevoid
writeTo
(Base base, OutputStream out) Deprecated.Serialized the given Abdera Base to the given outputstreamvoid
Deprecated.Serialized the given Abdera Base to the given writervoid
writeTo
(Base base, WritableByteChannel out) Deprecated.void
writeTo
(Base base, WritableByteChannel out, WriterOptions options) Deprecated.
-
Constructor Details
-
AbstractWriter
public AbstractWriter()Deprecated.
-
-
Method Details
-
getDefaultWriterOptions
Deprecated.- Specified by:
getDefaultWriterOptions
in interfaceWriter
-
setDefaultWriterOptions
Deprecated.- Specified by:
setDefaultWriterOptions
in interfaceWriter
-
write
Deprecated.Description copied from interface:Writer
Return the serialized form of the Abdera Base- Specified by:
write
in interfaceWriter
- Throws:
IOException
-
writeTo
Deprecated.Description copied from interface:Writer
Serialized the given Abdera Base to the given outputstream- Specified by:
writeTo
in interfaceWriter
- Throws:
IOException
-
writeTo
Deprecated.Description copied from interface:Writer
Serialized the given Abdera Base to the given writer- Specified by:
writeTo
in interfaceWriter
- Throws:
IOException
-
writeTo
Deprecated.- Specified by:
writeTo
in interfaceWriter
- Throws:
IOException
-
writeTo
Deprecated.- Specified by:
writeTo
in interfaceWriter
- Throws:
IOException
-