class Block extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Block
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Block(source: Int, address: Long, cap: Int, bytes: Int, dirty: Boolean = false, data: Array[Byte] = null, retains: Int = 0)

Value Members

  1. val address: Long
  2. var bytes: Int
  3. var cap: Int
  4. var data: Array[Byte]
  5. var dirty: Boolean
  6. def makeDataDirty(): Unit
  7. var probe: Option[Probe]
  8. def release(): Unit
  9. def retain(): Unit
  10. var retains: Int
  11. def setCap(cap: Int): Unit
  12. val source: Int
  13. def toString(): String
    Definition Classes
    Block → AnyRef → Any