Method read()
Return type: int
Member of:
java.io.FilterInputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
int cr = read ();
2
if ((inputStream.read() != 137) ||
3
depth = inputStream.read();
4
in.read(); // block size
5
id += (char)in.read();
6
args[i]=in.read();
7
int b= fDataIn.read();
8
if (cin.read()!=data[j])
9
int ch = read();
10
{ int k=in.read();
11
filter = dataStream.read();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.