Lines Matching defs:W
41 pub fn new(w: W, level: crate::Compression) -> ZlibEncoder<W> { in new()
48 pub fn get_ref(&self) -> &W { in get_ref()
56 pub fn get_mut(&mut self) -> &mut W { in get_mut()
75 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
115 pub fn finish(mut self) -> io::Result<W> { in finish()
132 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish()
215 pub fn new(w: W) -> ZlibDecoder<W> { in new()
222 pub fn get_ref(&self) -> &W { in get_ref()
230 pub fn get_mut(&mut self) -> &mut W { in get_mut()
246 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
286 pub fn finish(mut self) -> io::Result<W> { in finish()