Stream.copyToStack

A helper function for copyTo, that uses a buffer placed on the stack.

class Stream
final
void
copyToStack
(
size_t BufferSize
)
if (
BufferSize > 0
)

Parameters

BufferSize

The size to give the buffer.

to Stream

The stream to copy the data to.

Meta