public class XMLWriter extends FilterWriter
out
Constructor and Description |
---|
XMLWriter(Writer out)
Construct an XMLWriter that will write to the given stream.
|
Modifier and Type | Method and Description |
---|---|
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str,
int off,
int len) |
close, flush
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–2022 Apache Software Foundation. All rights reserved.