SizeInBytes

data class SizeInBytes(bytes: Long) : Serializable

Represents size in unit of bytes.

Constructors

SizeInBytes
Link copied to clipboard
fun SizeInBytes(bytes: Long)

Types

Companion
Link copied to clipboard
object Companion

Properties

bytes
Link copied to clipboard
val bytes: Long
Number of bytes.

Sources

jvm source
Link copied to clipboard