public class XMLReader extends Reader
Modifier and Type | Field and Description |
---|---|
static char |
COLON_REPLACEMENT |
Constructor and Description |
---|
XMLReader(InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isClosed() |
int |
read(char[] b,
int off,
int len) |
public static final char COLON_REPLACEMENT
public XMLReader(InputStream is) throws UnsupportedEncodingException
UnsupportedEncodingException
public int read(char[] b, int off, int len) throws IOException
read
in class Reader
IOException
public boolean isClosed()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
Copyright © 2022. All rights reserved.