Home
last modified time | relevance | path

Searched defs:cbuf (Results 1 – 19 of 19) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DReader.java99 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()
DPushbackReader.java106 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()
DWriter.java126 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
DPipedWriter.java144 public void write(char cbuf[], int off, int len) throws IOException { in write()
DFilterWriter.java77 public void write(char cbuf[], int off, int len) throws IOException { in write()
DFilterReader.java73 public int read(char cbuf[], int off, int len) throws IOException { in read()
DBufferedReader.java213 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()
DInputStreamReader.java183 public int read(char cbuf[], int offset, int length) throws IOException { in read()
DStringReader.java88 public int read(char cbuf[], int off, int len) throws IOException { in read()
DOutputStreamWriter.java206 public void write(char cbuf[], int off, int len) throws IOException { in write()
DStringWriter.java87 public void write(char cbuf[], int off, int len) { in write()
DLineNumberReader.java164 public int read(char cbuf[], int off, int len) throws IOException { in read()
DBufferedWriter.java173 public void write(char cbuf[], int off, int len) throws IOException { in write()
DPipedReader.java296 public synchronized int read(char cbuf[], int off, int len) throws IOException { in read()
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamEncoder.java111 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()
DStreamDecoder.java147 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/
DConsole.java132 public int read(char[] cbuf, int offset, int length) throws java.io.IOException { in read()
DObjectOutputStream.java470 private final char[] cbuf; field in ObjectOutputStream.BlockDataOutputStream
DObjectInputStream.java534 private final char[] cbuf; field in ObjectInputStream.BlockDataInputStream