Class XMLTextInputStream
- java.lang.Object
-
- java.io.InputStream
-
- network.oxalis.vefa.peppol.sbdh.util.XMLTextInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class XMLTextInputStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description XMLTextInputStream(XMLStreamReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Constructor Detail
-
XMLTextInputStream
public XMLTextInputStream(XMLStreamReader reader) throws XMLStreamException
- Throws:
XMLStreamException
-
-
Method Detail
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
-