InputStream.load

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.

interface InputStream
void[]
load
(
size_t max = -1
)

Meta