docs
4.12
customSourceSet
docs
/
net.corda.core.internal
/
copyTo
copy
To
fun
InputStream
.
copyTo
(
target
:
Path
,
vararg
options
:
CopyOption
)
:
Long
fun
Path
.
copyTo
(
out
:
OutputStream
)
:
Long
See overload of
Files.copy
which takes in an
InputStream
.