bytesRead

@get:JvmName(name = "bytesRead")
val bytesRead: Long(source)

The total amount of bytes read for this Reader instance.

NOTE: Only tracks up to a maximum of 2^64 bytes. Actual output can potentially be larger than that.