trait ByteCount extends Any
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteCount
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def *(that: ByteCount): ByteCount
- abstract def +(that: ByteCount): ByteCount
- abstract def -(that: ByteCount): ByteCount
- abstract def /(that: ByteCount): ByteCount
- abstract def bytes: Long
- abstract def getClass(): Class[_ <: AnyRef]
- Definition Classes
- Any
- abstract def gigabytes: Long
- abstract def kilobytes: Long
- abstract def megabytes: Long
- abstract def terabytes: Long
- abstract def toBinaryByteCount: BinaryByteCount
- abstract def toDecimalByteCount: DecimalByteCount
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def b: Long
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def gb: Long
- def hashCode(): Int
- Definition Classes
- Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kb: Long
- def mb: Long
- def tb: Long
- def toString(units: Array[String], thresholds: Array[Long]): String
- Attributes
- protected
- def toString(): String
- Definition Classes
- Any