| Klasse java.io.CharArrayReader | 1.1 |
java.lang.Object
|
+--java.io.Reader
|
+--java.io.CharArrayReader
| Datenelemente | |
|---|---|
| protected char[] | buf |
| protected int | pos |
| protected int | markedPos |
| protected int | count |
| Konstruktoren | |
|---|---|
| public | CharArrayReader(char[] buf) |
| public | CharArrayReader(char[] buf, int offset, int length) |
| Methoden | |
|---|---|
| public void | close() |
| public void | mark(int readAheadLimit) |
| public boolean | markSupported() |
| public int | read() |
| public int | read(char[] b, int off, int len) |
| public boolean | ready() |
| public void | reset() |
| public long | skip(long n) |