readLine
suspend fun ByteReadChannel.readLine(
estimate: Int = 16,
limit: Int = Int.MAX_VALUE
): String?
Deprecated: Use readUTF8Line or readASCIILine instead
suspend fun ByteReadChannel.readLine(
estimate: Int = 16,
limit: Int = Int.MAX_VALUE
): String?
Deprecated: Use readUTF8Line or readASCIILine instead