public class XMLReader extends Reader
Reader
adapter for StAXConstructor and Description |
---|
XMLReader(StAXSource source,
XMLOutputFactory outFactory) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
public XMLReader(StAXSource source, XMLOutputFactory outFactory) throws XMLStreamException
XMLStreamException
public int read() throws IOException
read
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
Copyright © 2019. All rights reserved.