Method read(char[] cbuf)
Return type: int
Member of:
java.io.Reader
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
_bufferSize = __searchStream.read(_buffer);
2
while ( ( len = in.read( buf ) ) != -1 )
3
this.bufSize = reader.read(this.buffer);
4
while ((n=in.read(buff))!=-1) {
5
while ((val = scriptreader.read(buffer)) != -1) {
6
reader.read(c);
7
while ( ( len = in.read( buf1 ) ) != -1 )
8
while ((len = reader.read(chr)) > 0) {
9
while ((r = reader.read(buffer)) > 0) {
10
while((length = r.read(buffer)) > 0) {
11
int read= reader.read(buf);
12
while( ( readCount = is.read( chars )) > 0 ) {
13
int len = br.read(buf);
14
while (in.read(c) != -1) {
15
int n = isr.read(c);
16
int res = pReader.read(buffer);
17
while ((count = in.read(cbuf)) > 0)
18
int len = rd.read(buffer);
19
while ((num = in.read(buf)) != -1) {
20
for (int i = 0 ; (i = reader.read(buf)) != -1 ;)
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.