read_at_bytes


Description:

[ Version ( since = "0.15.0" ) ]
public Bytes? read_at_bytes (int64 position, int64 n_bytes) throws Error

Parameters:

this

A SeekableInputStream.

position

The read start position.

n_bytes

The number of bytes to be read.

Returns:

Bytes that has read data on success, null if there was an error.