Returns the number of bytes that can be read without blocking from the specified request object.
Syntax
available( request )
request.available( )
Parameters
request
|
the request object to use.
|
Returns
integer
|
the number of bytes that can be read without blocking from the specified request object.
|
Notes
Example
bytes = Request( ).available( )
|