available.InputStream: Gets the number of bytes currently available in input buffer

Description Usage Value Author(s) See Also

Description

Gets 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 'InputStream'
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 InputStream.


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