ByteAmount

value class ByteAmount(val value: Long)

A helper type for byte multiples.

Constructors

Link copied to clipboard
constructor(value: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Long