ThreadPipe.read

Implements InputStream.read.

Read from the conduit into a target array. The provided dst will be populated with content from the stream.

Returns the number of bytes read, which may be less than requested in dst. Eof is returned whenever an end-of-flow condition arises.

class ThreadPipe
override
read
(
void[] dst
)

Meta