public class XMLWriter extends FilterWriter
out
Constructor and Description |
---|
XMLWriter(Writer out)
Construct an XMLWriter that will write to the given stream.
|
public XMLWriter(Writer out)
public void write(char[] cbuf, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void write(String str, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void write(int c) throws IOException
write
in class FilterWriter
IOException
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.