copy


Description:

public bool copy (Output output)

Copy the contents from this to output from their respective current positions.

So if you want to be sure to copy *everything*, make sure to call gsf_input_seek (input, 0, G_SEEK_SET) and gsf_output_seek (output, 0, G_SEEK_SET) first, if applicable.

Parameters:

this

Input

output

Output

Returns:

true on success