|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.Reader
lejos.io.LejosInputStreamReader
java.io.InputStreamReader
public class InputStreamReader
| 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 |
|---|
public InputStreamReader(InputStream os)
public InputStreamReader(InputStream os,
String charset)
throws UnsupportedEncodingException
UnsupportedEncodingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||