PipedInputStream.available

PipedInputStream.available

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized int available() throws IOException
Returns
the number of bytes that can be read from this input stream without blocking.
Description
Returns the number of bytes that can be read from this input stream without blocking. This method overrides the available method of the parent class.

Exceptions
IOException if an I/O error occurs.
Overrides
available in class InputStream