|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriterOptions | |
---|---|
org.apache.abdera.model | |
org.apache.abdera.writer |
Uses of WriterOptions in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return WriterOptions | |
---|---|
WriterOptions |
ElementWrapper.getDefaultWriterOptions()
|
WriterOptions |
Base.getDefaultWriterOptions()
Get the default WriterOptions for this object |
Methods in org.apache.abdera.model with parameters of type WriterOptions | |
---|---|
void |
ElementWrapper.writeTo(OutputStream out,
WriterOptions options)
|
void |
Base.writeTo(OutputStream out,
WriterOptions options)
Serializes the model component out to the specified stream |
void |
ElementWrapper.writeTo(String writer,
OutputStream out,
WriterOptions options)
|
void |
Base.writeTo(String writer,
OutputStream out,
WriterOptions options)
Serializes the model component out to the specified stream using the given abdera writer |
void |
ElementWrapper.writeTo(String writer,
Writer out,
WriterOptions options)
|
void |
Base.writeTo(String writer,
Writer out,
WriterOptions options)
Serializes the model component out to the specified java.io.Writer using the given abdera writer |
void |
ElementWrapper.writeTo(Writer writer,
OutputStream out,
WriterOptions options)
|
void |
Base.writeTo(Writer writer,
OutputStream out,
WriterOptions options)
Serializes the model component out to the specified stream using the given abdera writer |
void |
ElementWrapper.writeTo(Writer out,
WriterOptions options)
|
void |
Base.writeTo(Writer out,
WriterOptions options)
Serializes the model component out to the specified java.io.Writer |
void |
ElementWrapper.writeTo(Writer writer,
Writer out,
WriterOptions options)
|
void |
Base.writeTo(Writer writer,
Writer out,
WriterOptions options)
Serializes the model component out to the specified java.io.Writer using the given abdera writer |
Uses of WriterOptions in org.apache.abdera.writer |
---|
Methods in org.apache.abdera.writer that return WriterOptions | |
---|---|
WriterOptions |
Writer.getDefaultWriterOptions()
|
WriterOptions |
WriterOptions.setAutoClose(boolean autoclose)
True if the writer should close the output stream or writer when finished |
WriterOptions |
WriterOptions.setCharset(String charset)
The character encoding to use for the output |
WriterOptions |
WriterOptions.setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
When writing, use the specified compression codecs |
Methods in org.apache.abdera.writer with parameters of type WriterOptions | |
---|---|
Writer |
Writer.setDefaultWriterOptions(WriterOptions options)
|
Object |
Writer.write(Base base,
WriterOptions options)
Return the serialized form of the Abdera Base |
void |
Writer.writeTo(Base base,
OutputStream out,
WriterOptions options)
Serialized the given Abdera Base to the given outputstream |
void |
Writer.writeTo(Base base,
WritableByteChannel out,
WriterOptions options)
|
void |
Writer.writeTo(Base base,
Writer out,
WriterOptions options)
Serialized the given Abdera Base to the given writer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |