copy_stream(src, dest)
Class Public methods
Copies stream src to dest. src must
respond to read(n) and dest must respond to write(str).
Copies stream src to dest. src must
respond to read(n) and dest must respond to write(str).
Please login to continue.