Class XMLBinaryOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- network.oxalis.vefa.peppol.sbdh.util.XMLBinaryOutputStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class XMLBinaryOutputStream extends OutputStream
-
-
Constructor Summary
Constructors Constructor Description XMLBinaryOutputStream(XMLStreamWriter xmlStreamWriter, String mimeType, String encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidwrite(int b)-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write, write
-
-
-
-
Constructor Detail
-
XMLBinaryOutputStream
public XMLBinaryOutputStream(XMLStreamWriter xmlStreamWriter, String mimeType, String encoding) throws XMLStreamException
- Throws:
XMLStreamException
-
-
Method Detail
-
write
public void write(int b) throws IOException- Specified by:
writein classOutputStream- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
-