java.io
Class InputStreamReader

java.lang.Object
  extended by java.io.Reader
      extended by lejos.io.LejosInputStreamReader
          extended by java.io.InputStreamReader

public class InputStreamReader
extends LejosInputStreamReader


Constructor Summary
InputStreamReader(InputStream os)
           
InputStreamReader(InputStream os, String charset)
           
 
Method Summary
 
Methods inherited from class lejos.io.LejosInputStreamReader
close, fillBuffer, read, read
 
Methods inherited from class java.io.Reader
mark, markSupported, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamReader

public InputStreamReader(InputStream os)

InputStreamReader

public InputStreamReader(InputStream os,
                         String charset)
                  throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException