renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.java.io
/
copy
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