skip.InputStream: Skips the next n number of bytes

Description Usage Value Author(s) See Also

Description

Skips the next n number of bytes on the input stream. For different reasons it might only be possible to skip a fewer number of bytes. For this reason this method returnes the number of successfully skipped bytes.

Usage

1
2
## S3 method for class 'InputStream'
skip(this, n, ...)

Value

Returns the number of bytes actually skipped.

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.