Searched refs:read_all (Results 1 – 1 of 1) sorted by relevance
171 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method172 self.reader().read_all(buf, flags) in read_all()325 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method
Completed in 4 milliseconds