Searched defs:CharArrayReader (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DCharArrayReader.java27 public class CharArrayReader extends Reader { class in inherits:Reader
49 * Constructs a CharArrayReader on the char array {@code buf}. The size of
56 public CharArrayReader(char[] buf) { method in class:CharArrayReader
62 * Constructs a CharArrayReader on the char array {@code buf}. The size of
76 public CharArrayReader(char[] buf, int offset, int length) { method in class:CharArrayReader
96 * This method closes this CharArrayReader. Once it is closed, you can no
148 throw new IOException("CharArrayReader is closed");
156 * @return {@code true} for CharArrayReader.
187 * Reads up to {@code count} characters from this CharArrayReader and
216 * called. The implementation in CharArrayReader alway
[all...]

Completed in 251 milliseconds