pub fn read(fd: FileDescriptor, buf: &mut [u8]) -> IOResult<usize>
Expand description
Write the passed buffer to the given FileDescriptor.
pub fn read(fd: FileDescriptor, buf: &mut [u8]) -> IOResult<usize>
Write the passed buffer to the given FileDescriptor.