net.corda.core
/
java.nio.file.Path
/
readLines
readLines
inline
fun
<
R
>
Path
.
readLines
(
charset
:
Charset
=
UTF_8
,
block
:
(
Stream
<
String
>
)
->
R
)
:
R