public static class Configuration.UnicodeInputStreamReader
extends java.io.Reader
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) |
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