ObjectInputStream.available
Class Overview | Class Members |
This Package |
All Packages
public int available() throws IOException
Returns
the number of available bytes.
Description
Returns the number of bytes that can be read without blocking.
Overrides
available in class InputStream