readLine

suspend fun ByteReadChannel.readLine(
    estimate: Int = 16,
    limit: Int = Int.MAX_VALUE
): String?

Deprecated: Use readUTF8Line or readASCIILine instead