InputFilter.load

Load the bits from a stream, and return them all in an array. The dst array can be provided as an option, which will be expanded as necessary to consume the input.

Returns an array representing the content, and throws IOException on error.

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

Meta