get_mutable_data


Description:

[ Version ( since = "0.3.0" ) ]
public Bytes? get_mutable_data ()

Parameters:

this

A Buffer.

Returns:

The data of the buffer. If the buffer is immutable, it returns null. The data is owned by the buffer. You should not free the data.