Conduit.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 input.

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

  1. void[] load(size_t max)
  2. void[] load(InputStream src, size_t max)
    class Conduit
    static
    void[]
    load
    (
    InputStream src
    ,
    size_t max = -1
    )

Meta