public class XMLBinaryOutputStream extends OutputStream
| Constructor and Description |
|---|
XMLBinaryOutputStream(XMLStreamWriter xmlStreamWriter,
String mimeType,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int b) |
flush, write, writepublic XMLBinaryOutputStream(XMLStreamWriter xmlStreamWriter, String mimeType, String encoding) 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 © 2022 NorStella. All rights reserved.