MemoryDevice.copy

Copies src into this stream, overwriting any existing data

class MemoryDevice
override
copy
(,
size_t max = -1
)

Parameters

src InputStream

stream to copy from

max size_t

amount of bytes to copy, -1 means infinite

Return Value

this class for chaining

Meta