Load the bits from a stream, and return them all in an array. The optional max value indicates the maximum number of bytes to be read.
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 optional max value indicates the maximum number of bytes to be read.
Returns an array representing the content, and throws IOException on error.