pub fn read(fd: Ri, offset: isize, buf: &mut [u8]) -> Result<Ri, ErrorStatus>
Reads buf.len() bytes from the file with the resource id fd at offset offset into buf
buf.len()
fd
offset
buf