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

Description Usage Value Author(s) See Also

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 'FileInputStream'
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 FileInputStream.


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