Lines Matching defs:available
516 * Reads the persistent fields from the stream and makes them available by
833 * Reads a byte of data. This method will block if no input is available.
844 * is available. Consider using java.io.DataInputStream.readFully to read
869 * @return the number of available bytes.
873 public int available() throws IOException {
874 return bin.available();
2343 public int available() throws IOException {
2344 return in.available() + ((peekb >= 0) ? 1 : 0);
2467 int avail = canBlock ? Integer.MAX_VALUE : in.available();
2523 * unread fields to reflect the new amount of available block data; if
2650 public int available() throws IOException {
2671 // avoid unnecessary call to in.available() if possible
2673 Math.min(in.available(), unread) : 0;
2676 return in.available();
3263 * Assigns next available handle to given object, and returns assigned