BufferedInput.load

Load the bits from a stream, up to an indicated length, and return them all in an array.

The function may consume more than the indicated size where additional data is available during a block read operation, but will not wait for more than specified. An Eof terminates the operation.

class BufferedInput
final override
void[]
load
(
size_t max = size_t.max
)

Return Value

Type: void[]

an array representing the content

Throws

IOException on error.

Meta