StringBufferInputStream.available

StringBufferInputStream.available

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized int available()
Returns
the value of count - pos, which is the number of bytes remaining to be read from the input buffer.
Description
Returns the number of bytes that can be read from the input stream without blocking.

Overrides
available in class InputStream