kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.io
/
byteInputStream
byte
Input
Stream
JRE
inline
fun
String
.
byteInputStream
(
charset
:
Charset
=
Charsets.UTF_8
)
:
ByteArrayInputStream
(
source
)
Creates a new byte input stream for the string.