Package java.ioClass InputStream
int available()
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns the number of bytes that can be read or skipped without blocking. Actually this method always returns 0 and has to be overwritten by subclasses.