BufferedDirectReadFile.read

Read from stream to a destination array. The content read from the stream will be stored in the provided dst.

Returns the number of bytes written to dst, which may be less than dst.length. Eof is returned when an end-of-flow condition arises.

class BufferedDirectReadFile
size_t
read
(
void[] dst
)

Meta