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
UnsupportedEncodingExceptionpublic int read(char[] b,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic boolean isClosed()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2025. All rights reserved.