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.IOExceptionpublic java.lang.String getEncoding()
public int read(char[] cbuf,
                int off,
                int len)
         throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic void close()
           throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOException