VFSFile.read

Read up to target.length bytes to target from current file position.

class VFSFile
protected
void[]
read
(
void[] target
)

Return Value

Type: void[]

Slice of _target containing the read data.

Meta