Writes multiple buffers to the byte-stream.
fn gather_write(&mut self, buf: &[&[u8]]) -> Result<usize, Errno>
| Name | Description |
|---|---|
| buf | The buffers to be written. |
Returns the total number of bytes written.
The method starts at the first buffer and writes each buffer completely before moving to the next one.