copy

fun File.copy(output: File): Boolean
fun InputStream.copy(output: OutputStream, bufferSize: Int = DEFAULT_BUFFER_SIZE): Long
fun InputStream.copy(output: Writer): Int
fun Reader.copy(output: Writer, bufferSize: Int = DEFAULT_BUFFER_SIZE): Long
fun Reader.copy(output: Writer): Int