Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.io.InputStream
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 InputStream in1 = null;
2 InputStream in = this.in;
3 InputStream input = source.getByteStream();
4 InputStream is1 = null;
5 InputStream is1 = null;
6 is.mark (4);
7 InputStream is = null;
8 j = inputStream_.read (); value += (j&0xff);
9 java.io.InputStream in = ds.getInputStream();
10 InputStream contentStream = null;
11 InputStream contentStream = null;
12 int ch = in.read() ;
13 InputStream is =
14 int pad = rawIn.read();
15 InputStream in = this.in;
16 InputStream is = null;
17 int b1 = is.read();
18 InputStream is = null;
19 InputStream l_inStream = x.getBinaryStream();
20 InputStream in = getInputStream(_string);

Links to utility classes and functions:

1 copy(InputStream in, OutputStream out) org.springframework.util.FileCopyUtils
2 copyToByteArray(InputStream in) org.springframework.util.FileCopyUtils
3 org.apache.james.util.CharTerminatedInputStream
4 org.apache.james.util.DebugInputStream
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.