readUtf8Line

abstract suspend fun readUtf8Line(buffer: ByteArray = ByteArray(1024)): String?

Reads a single Utf8 encoded line from the source

Parameters

buffer

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