set_data


Description:

[ Version ( since = "0.12.0" ) ]
public bool set_data (int64 offset, uint8[] data) throws Error

Parameters:

this

A MutableBuffer.

offset

A write offset in the buffer data in byte.

data

The data to be written.

size

The number of bytes of the data to be written.

Returns:

true on success, false otherwise.