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 input.
Returns an array representing the content, and throws IOException on error.
See Implementation
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 input.
Returns an array representing the content, and throws IOException on error.