public class XMLTextOutputStream extends OutputStream
| Constructor and Description |
|---|
XMLTextOutputStream(XMLStreamWriter xmlStreamWriter,
String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int b) |
flush, write, writepublic XMLTextOutputStream(XMLStreamWriter xmlStreamWriter, String mimeType) throws XMLStreamException
XMLStreamExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2023 NorStella. All rights reserved.