ByteWriter.freeAndGetData

Frees writer and all memory allocated by it except the current data, which is returned.

Free-function: g_free

class ByteWriter
ubyte*
freeAndGetData
()

Return Value

Type: ubyte*

the current data. glib.global.gfree after usage.