Copies all the data from the specified input stream to the specified output stream.
Parameters: in - the input stream to read Parameters: out - the output stream to write the total number of bytes copied exception: IOException - if an I/O error occurs