java.io.Closeable
, java.io.Flushable
, java.lang.Appendable
, java.lang.AutoCloseable
public class XmlStreamWriter
extends org.apache.commons.io.output.XmlStreamWriter
Constructor | Description |
---|---|
XmlStreamWriter(java.io.File file) |
|
XmlStreamWriter(java.io.OutputStream out) |
public XmlStreamWriter(java.io.OutputStream out)
out
- OutputStream
public XmlStreamWriter(java.io.File file) throws java.io.FileNotFoundException
file
- The file to use.java.io.FileNotFoundException
- in case of not found file.Copyright © 2018. All rights reserved.