Copy Stream input to Stream for byteCount bytes or until EOF or exception.
@param input the stream to read from @param output the stream to write to @param byteCount the number of bytes to copy @throws IOException if unable to copy the streams
See Implementation
Copy Stream input to Stream for byteCount bytes or until EOF or exception.
@param input the stream to read from @param output the stream to write to @param byteCount the number of bytes to copy @throws IOException if unable to copy the streams