lejos.io
Class LejosInputStreamReader

java.lang.Object
  extended by java.io.Reader
      extended by lejos.io.LejosInputStreamReader
Direct Known Subclasses:
InputStreamReader

public class LejosInputStreamReader
extends Reader


Constructor Summary
LejosInputStreamReader(InputStream is, CharsetDecoder coder, int buffersize)
           
 
Method Summary
 void close()
           
 int fillBuffer()
           
 int read()
           
 int read(char[] cbuf, int off, int len)
           
 
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

LejosInputStreamReader

public LejosInputStreamReader(InputStream is,
                              CharsetDecoder coder,
                              int buffersize)
Method Detail

fillBuffer

public int fillBuffer()
               throws IOException
Throws:
IOException

read

public int read()
         throws IOException
Overrides:
read in class Reader
Throws:
IOException

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 class Reader
Throws:
IOException