readUtf8

open suspend fun readUtf8(byteCount: Int, buffer: ByteArray = ByteArray(byteCount)): String

Reads a UTF-8 encoded string from the source

Parameters

bytesCount

The amount of bytes to read

buffer

Allows calling code to pool buffers and pass them in for improved performance.