write_at


Description:

public bool write_at (int64 position, uint8[] data) throws Error

Parameters:

this

A WritableFile.

position

The write start position.

data

The data to be written.

n_bytes

The number of bytes to be written.

Returns:

true on success, false if there was an error.