ObjectInputStream.available

ObjectInputStream.available

Class Overview | Class Members | This Package | All Packages

Syntax
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