SocketImpl.available
Class Overview | Class Members | 
  This Package | 
All Packages
 protected abstract int available() throws IOException
Returns
     the number of bytes that can be read from this socket
             without blocking.
    Description
 Returns the number of bytes that can be read from this socket
 without blocking.
  
Exceptions
 IOException
     if an I/O error occurs when determining the
               number of bytes available.