byteInputStream
fun String.byteInputStream(
charset: Charset = Charsets.UTF_8
): ByteArrayInputStream
Creates a new byte input stream for the string.
fun String.byteInputStream(
charset: Charset = Charsets.UTF_8
): ByteArrayInputStream
Creates a new byte input stream for the string.