MemoryDevice.load

class MemoryDevice
override
void[]
load
(
size_t max = -1
)

Parameters

max size_t

maximum amount of bytes to return

Return Value

Type: void[]

slice to the internal buffer up to max bytes (-1 means infinite, thus the whole buffer)

Meta