read

Function read 

Source
pub fn read(fd: Ri, offset: isize, buf: &mut [u8]) -> Result<Ri, ErrorStatus>
Expand description

Reads buf.len() bytes from the file with the resource id fd at offset offset into buf