public class XmlInputStreamReader extends InputStreamReader
| Constructor and Description |
|---|
XmlInputStreamReader(InputStream in) |
XmlInputStreamReader(InputStream in,
Charset cs) |
XmlInputStreamReader(InputStream in,
CharsetDecoder dec) |
XmlInputStreamReader(InputStream in,
String charsetName) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] cbuf,
int offset,
int length) |
static net.sf.okapi.common.XmlInputStreamReader.Entity |
resolveEntity(char[] buf,
int ptr,
int size) |
close, getEncoding, readypublic XmlInputStreamReader(InputStream in)
public XmlInputStreamReader(InputStream in, String charsetName) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic XmlInputStreamReader(InputStream in, Charset cs)
public XmlInputStreamReader(InputStream in, CharsetDecoder dec)
public int read()
throws IOException
read in class InputStreamReaderIOExceptionpublic int read(char[] cbuf,
int offset,
int length)
throws IOException
read in class InputStreamReaderIOExceptionpublic static net.sf.okapi.common.XmlInputStreamReader.Entity resolveEntity(char[] buf, int ptr, int size)
Copyright © 2021. All rights reserved.