public static class Configuration.UnicodeInputStreamReader
extends java.io.Reader
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
defaultEnc |
private java.io.InputStreamReader |
input |
Constructor and Description |
---|
UnicodeInputStreamReader(java.io.InputStream source,
java.lang.String encoding) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getEncoding() |
int |
read(char[] cbuf,
int off,
int len) |
private final java.io.InputStreamReader input
private final java.lang.String defaultEnc
public UnicodeInputStreamReader(java.io.InputStream source, java.lang.String encoding) throws java.io.IOException
java.io.IOException
public java.lang.String getEncoding()
public int read(char[] cbuf, int off, int len) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader
java.io.IOException