public interface Writer
Modifier and Type | Method and Description |
---|---|
WriterOptions |
getDefaultWriterOptions() |
Writer |
setDefaultWriterOptions(WriterOptions options) |
java.lang.Object |
write(Base base)
Return the serialized form of the Abdera Base
|
java.lang.Object |
write(Base base,
WriterOptions options)
Return the serialized form of the Abdera Base
|
void |
writeTo(Base base,
java.io.OutputStream out)
Serialized the given Abdera Base to the given outputstream
|
void |
writeTo(Base base,
java.io.OutputStream out,
WriterOptions options)
Serialized the given Abdera Base to the given outputstream
|
void |
writeTo(Base base,
java.nio.channels.WritableByteChannel out) |
void |
writeTo(Base base,
java.nio.channels.WritableByteChannel out,
WriterOptions options) |
void |
writeTo(Base base,
java.io.Writer out)
Serialized the given Abdera Base to the given writer
|
void |
writeTo(Base base,
java.io.Writer out,
WriterOptions options)
Serialized the given Abdera Base to the given writer
|
void writeTo(Base base, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
void writeTo(Base base, java.io.Writer out) throws java.io.IOException
java.io.IOException
java.lang.Object write(Base base) throws java.io.IOException
java.io.IOException
void writeTo(Base base, java.io.OutputStream out, WriterOptions options) throws java.io.IOException
java.io.IOException
void writeTo(Base base, java.io.Writer out, WriterOptions options) throws java.io.IOException
java.io.IOException
java.lang.Object write(Base base, WriterOptions options) throws java.io.IOException
java.io.IOException
void writeTo(Base base, java.nio.channels.WritableByteChannel out) throws java.io.IOException
java.io.IOException
void writeTo(Base base, java.nio.channels.WritableByteChannel out, WriterOptions options) throws java.io.IOException
java.io.IOException
WriterOptions getDefaultWriterOptions()
Writer setDefaultWriterOptions(WriterOptions options)
Copyright © 2010 - 2020 Adobe. All Rights Reserved