| /libcore/ojluni/src/main/java/java/io/ |
| D | Reader.java | 99 char[] cbuf = new char[len]; in read() local 139 public int read(char cbuf[]) throws IOException { in read() 157 abstract public int read(char cbuf[], int off, int len) throws IOException; in read()
|
| D | PushbackReader.java | 106 public int read(char cbuf[], int off, int len) throws IOException { in read() 174 public void unread(char cbuf[], int off, int len) throws IOException { in unread() 195 public void unread(char cbuf[]) throws IOException { in unread()
|
| D | Writer.java | 126 public void write(char cbuf[]) throws IOException { in write() 145 abstract public void write(char cbuf[], int off, int len) throws IOException; in write() 182 char cbuf[]; in write() local
|
| D | FilterWriter.java | 77 public void write(char cbuf[], int off, int len) throws IOException { in write()
|
| D | PipedWriter.java | 144 public void write(char cbuf[], int off, int len) throws IOException { in write()
|
| D | FilterReader.java | 73 public int read(char cbuf[], int off, int len) throws IOException { in read()
|
| D | BufferedReader.java | 213 private int read1(char[] cbuf, int off, int len) throws IOException { in read1() 287 public int read(char cbuf[], int off, int len) throws IOException { in read()
|
| D | InputStreamReader.java | 183 public int read(char cbuf[], int offset, int length) throws IOException { in read()
|
| D | StringReader.java | 88 public int read(char cbuf[], int off, int len) throws IOException { in read()
|
| D | OutputStreamWriter.java | 206 public void write(char cbuf[], int off, int len) throws IOException { in write()
|
| D | StringWriter.java | 87 public void write(char cbuf[], int off, int len) { in write()
|
| D | LineNumberReader.java | 164 public int read(char cbuf[], int off, int len) throws IOException { in read()
|
| D | BufferedWriter.java | 173 public void write(char cbuf[], int off, int len) throws IOException { in write()
|
| D | PipedReader.java | 296 public synchronized int read(char cbuf[], int off, int len) throws IOException { in read()
|
| D | Console.java | 422 public int read(char cbuf[], int offset, int length) in read()
|
| D | ObjectOutputStream.java | 1810 private final char[] cbuf = new char[CHAR_BUF_SIZE]; field in ObjectOutputStream.BlockDataOutputStream
|
| D | ObjectInputStream.java | 2531 private final char[] cbuf = new char[CHAR_BUF_SIZE]; field in ObjectInputStream.BlockDataInputStream
|
| /libcore/ojluni/src/main/java/sun/nio/cs/ |
| D | StreamEncoder.java | 111 char cbuf[] = new char[1]; in write() local 116 public void write(char cbuf[], int off, int len) throws IOException { in write() 133 char cbuf[] = new char[len]; in write() local 262 void implWrite(char cbuf[], int off, int len) in implWrite()
|
| D | StreamDecoder.java | 147 public int read(char cbuf[], int offset, int length) throws IOException { in read() 310 int implRead(char[] cbuf, int off, int end) throws IOException { in implRead()
|
| /libcore/ojluni/annotations/hiddenapi/java/io/ |
| D | Console.java | 132 public int read(char[] cbuf, int offset, int length) throws java.io.IOException { in read()
|
| D | ObjectOutputStream.java | 470 private final char[] cbuf; field in ObjectOutputStream.BlockDataOutputStream
|
| D | ObjectInputStream.java | 534 private final char[] cbuf; field in ObjectInputStream.BlockDataInputStream
|