Method available()
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 for(int i=0; stream.available() > 0; i++) {
2 if ( input.available() > 0 )
3 byte[] bytes = new byte[dis.available()];
4 while(theStream.available() > 0)
5 while (input.available() > 0) {
6 goto_set = new BitSet(bytes.available());
7 byte[] bytes = new byte[dis.available()];
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.