c

mythtv.util

BinaryByteCount

final case class BinaryByteCount(bytes: Long) extends AnyVal with ByteCount with BinaryByteCounter with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, BinaryByteCounter, ByteCount, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryByteCount
  2. Serializable
  3. Product
  4. Equals
  5. BinaryByteCounter
  6. ByteCount
  7. AnyVal
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BinaryByteCount(bytes: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def *(that: ByteCount): BinaryByteCount
    Definition Classes
    BinaryByteCountByteCount
  4. def +(that: ByteCount): BinaryByteCount
    Definition Classes
    BinaryByteCountByteCount
  5. def -(that: ByteCount): BinaryByteCount
    Definition Classes
    BinaryByteCountByteCount
  6. def /(that: ByteCount): BinaryByteCount
    Definition Classes
    BinaryByteCountByteCount
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def b: Long
    Definition Classes
    ByteCount
  10. val bytes: Long
    Definition Classes
    BinaryByteCountByteCount
  11. def displayUnits: Array[String]
    Definition Classes
    BinaryByteCounter
  12. def gb: Long
    Definition Classes
    ByteCount
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. def gigabytes: Long
    Definition Classes
    BinaryByteCounter
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def kb: Long
    Definition Classes
    ByteCount
  17. def kilobytes: Long
    Definition Classes
    BinaryByteCounter
  18. def mb: Long
    Definition Classes
    ByteCount
  19. def megabytes: Long
    Definition Classes
    BinaryByteCounter
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. def tb: Long
    Definition Classes
    ByteCount
  22. def terabytes: Long
    Definition Classes
    BinaryByteCounter
  23. def thresholds: Array[Long]
    Definition Classes
    BinaryByteCounter
  24. def toBinaryByteCount: BinaryByteCount
    Definition Classes
    BinaryByteCountByteCount
  25. def toDecimalByteCount: DecimalByteCount
    Definition Classes
    BinaryByteCountByteCount
  26. def toString(): String
    Definition Classes
    BinaryByteCount → Any
  27. def toString(units: Array[String], thresholds: Array[Long]): String
    Attributes
    protected
    Definition Classes
    ByteCount

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BinaryByteCounter

Inherited from ByteCount

Inherited from AnyVal

Inherited from Any

Ungrouped