VFile.rawRead

Copies the data into the buffer and moves the file forward the length of the buffer. Throws exception if EOF reached.

struct VFile
T[]
rawRead
(
T
)
(
T[] buffer
)

Meta