decodeUTF8LineLoopSuspend
suspend fun decodeUTF8LineLoopSuspend(
out: Appendable,
limit: Int,
nextChunk: suspend (Int) -> AbstractInput?
): Boolean
suspend fun decodeUTF8LineLoopSuspend(
out: Appendable,
limit: Int,
nextChunk: suspend (Int) -> AbstractInput?
): Boolean