public class XmlInputStreamFilter extends InputStream
Although this means that the interpretation of the XML will happen twice, here and in the target application, some such applications do not accept XML streams. e.g. the Simple XML framework.
| Constructor and Description |
|---|
XmlInputStreamFilter(InputStream is,
XmlEventTransformer transformer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(@NotNull byte[] b,
int offset,
int length) |
available, mark, markSupported, read, reset, skippublic XmlInputStreamFilter(InputStream is, XmlEventTransformer transformer) throws XMLStreamException
XMLStreamExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(@NotNull
@NotNull byte[] b,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2018. All rights reserved.