public class XMLReader
extends java.io.Reader
| Modifier and Type | Field and Description |
|---|---|
static char |
COLON_REPLACEMENT |
| Constructor and Description |
|---|
XMLReader(java.io.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(java.io.InputStream is)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic int read(char[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic boolean isClosed()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.