read_bytes


Description:

[ Version ( since = "0.17.0" ) ]
public Bytes? read_bytes (int64 n_bytes) throws Error

Parameters:

this

A Readable.

n_bytes

The number of bytes to be read.

Returns:

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