final

abstract fun final(additional: Int): Counter.Final(source)

Produces a final count, including any additional value needed to be added (such as the size of buffered input).

NOTE: reset is not called and the Counter is unaltered by the additional value.