FileInputStream.available
Class Overview | Class Members |
This Package |
All Packages
public native int available() throws IOException
Returns
the number of bytes that can be read from this file input
stream without blocking.
Description
Returns the number of bytes that can be read from this file input
stream without blocking.
Exceptions
IOException
if an I/O error occurs.
Overrides
available in class InputStream