add_data


Description:

public void add_data (owned uint8[] data, DestroyNotify? destroy = g_free)

Appends data to data that can be read from the input stream

Parameters:

this

a MemoryInputStream

data

input data

destroy

function that is called to free data, or null

len

length of the data, may be -1 if data is a nul-terminated string