Function std::old_io::util::copyUnstable [-] [+] [src]

pub fn copy<R: Reader, W: Writer>(r: &mut R, w: &mut W) -> IoResult<()>

Copies all data from a Reader to a Writer.