net.minecraftforge.common
Class Configuration.UnicodeInputStreamReader

java.lang.Object
  extended by java.io.Reader
      extended by net.minecraftforge.common.Configuration.UnicodeInputStreamReader
All Implemented Interfaces:
Closeable, Readable
Enclosing class:
Configuration

public static class Configuration.UnicodeInputStreamReader
extends Reader


Constructor Summary
Configuration.UnicodeInputStreamReader(InputStream source, String encoding)
           
 
Method Summary
 void close()
           
 String getEncoding()
           
 int read(char[] cbuf, int off, int len)
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration.UnicodeInputStreamReader

public Configuration.UnicodeInputStreamReader(InputStream source,
                                              String encoding)
                                       throws IOException
Throws:
IOException
Method Detail

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