readExactly

Read exactly buf.length bytes and return true. On EOF, return false.

bool
readExactly
(
File f
,
ubyte[] buf
)

Meta