net.minecraftforge.common
Class Configuration.UnicodeInputStreamReader
java.lang.Object
  
java.io.Reader
      
net.minecraftforge.common.Configuration.UnicodeInputStreamReader
- All Implemented Interfaces: 
 - Closeable, Readable
 
- Enclosing class:
 - Configuration
 
public static class Configuration.UnicodeInputStreamReader
- extends Reader
 
 
 
 
 
Configuration.UnicodeInputStreamReader
public Configuration.UnicodeInputStreamReader(InputStream source,
                                              String encoding)
                                       throws IOException
- Throws:
 IOException
getEncoding
public String getEncoding()
 
read
public int read(char[] cbuf,
                int off,
                int len)
         throws IOException
- Specified by:
 read in class Reader
 
- Throws:
 IOException
 
close
public void close()
           throws IOException
- Specified by:
 close in interface Closeable- Specified by:
 close in class Reader
 
- Throws:
 IOException