discard

abstract suspend fun discard(
    max: Long = Long.MAX_VALUE
): Long

Discard up to max bytes

Return number of bytes were discarded