available.ConnectionInputStream: Returns the number of bytes currently available in input...

Description Usage Value Author(s) See Also Examples

Description

Returns the number of bytes currently available in input buffer, which is the minimum number of bytes that can be read without blocking (having to wait).

Usage

1
2
## S3 method for class 'ConnectionInputStream'
available(this, ...)

Value

Returns an integer greater or equal to zero.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see ConnectionInputStream.

Examples

1
## Not run: See example in help(ConnectionInputStream) for an example.

HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.