Buffer.extract

Copy size bytes starting from offset in buffer to dest.

class Buffer
extract
(,
void[] dest
)

Parameters

offset gsize

the offset to extract

dest void[]

the destination address

Return Value

Type: gsize

The amount of bytes extracted. This value can be lower than size when buffer did not contain enough data.

Meta