public class XMLStreamWriterFactory
extends java.lang.Object
Constructor and Description |
---|
XMLStreamWriterFactory() |
Modifier and Type | Method and Description |
---|---|
static XMLStreamWriterImpl |
create(java.io.OutputStream stream,
SerializeOptions options)
Creates an XMLStreamWriterImpl on top of an output stream with XMP serialization options.
|
static XMLStreamWriterImpl |
create(java.io.Writer writer,
SerializeOptions options)
Creates an XMLStreamWriterImpl on top of standard writer with XMP serialization options.
|
public static XMLStreamWriterImpl create(java.io.Writer writer, SerializeOptions options)
writer
- a Writer
options
- serialization optionspublic static XMLStreamWriterImpl create(java.io.OutputStream stream, SerializeOptions options) throws java.io.IOException
stream
- an OutputStream
options
- serialization optionsjava.io.IOException
- If the encoding provided by SerializeOptions
is not supported"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"