read_at


Description:

public Buffer? read_at (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:

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