lejos.io
Class LejosInputStreamReader
java.lang.Object
java.io.Reader
lejos.io.LejosInputStreamReader
- Direct Known Subclasses:
- InputStreamReader
public class LejosInputStreamReader
- extends Reader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LejosInputStreamReader
public LejosInputStreamReader(InputStream is,
CharsetDecoder coder,
int buffersize)
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