Class/Object

basis.data

FingerTrieData

Related Docs: object FingerTrieData | package data

Permalink

abstract class FingerTrieData extends Family[FingerTrieData] with Loader

Source
FingerTrieData.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Grouped
  2. Alphabetic
  3. By inheritance
Inherited
  1. FingerTrieData
  2. Loader
  3. ByteOrder
  4. Equals
  5. Family
  6. AnyRef
  7. Any
Implicitly
  1. by LoaderToOps
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FingerTrieData()

    Permalink

Type Members

  1. type Endian = Endianness

    Permalink
    Definition Classes
    ByteOrder
  2. type Family = FingerTrieData

    Permalink
    Definition Classes
    Family

Abstract Value Members

  1. abstract def as[E <: Endianness](endian: E): FingerTrieData with ByteOrder[E]

    Permalink

    Returns an endian ordered view of the address space.

    Returns an endian ordered view of the address space.

    Definition Classes
    FingerTrieDataLoader
  2. abstract def drop(lower: Long): FingerTrieData with ByteOrder[Endian]

    Permalink
  3. abstract def endian: Endian

    Permalink

    Returns the internal byte order.

    Returns the internal byte order.

    Definition Classes
    ByteOrder
  4. abstract def loadByte(address: Long): Byte

    Permalink

    Loads a single byte.

    Loads a single byte.

    address

    the address to load.

    returns

    the loaded Byte value.

    Definition Classes
    Loader
  5. abstract def reader(address: Long): Reader with ByteOrder[Endian]

    Permalink

    Returns a Reader starting at address.

    Returns a Reader starting at address.

    Definition Classes
    Loader
  6. abstract def size: Long

    Permalink

    Returns the size in bytes of the address space.

    Returns the size in bytes of the address space.

    Definition Classes
    Loader
  7. abstract def slice(lower: Long, upper: Long): FingerTrieData with ByteOrder[Endian]

    Permalink
  8. abstract def take(upper: Long): FingerTrieData with ByteOrder[Endian]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++(that: Loader)(implicit framer: Framer with From[Loader]): (framer)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Loader → Equals
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Loader → Equals → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    Loader → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. macro def load[T](address: Long)(implicit T: Struct[T]): T

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  15. def loadAlignedDouble(address: Long): Double

    Permalink

    Loads an 8-byte endian ordered word as a native-endian Double value.

    Loads an 8-byte endian ordered word as a native-endian Double value. Truncates address to 8-byte alignment.

    address

    the 8-byte aligned address to load.

    returns

    the loaded Double value.

    Definition Classes
    Loader
  16. def loadAlignedFloat(address: Long): Float

    Permalink

    Loads a 4-byte endian ordered word as a native-endian Float value.

    Loads a 4-byte endian ordered word as a native-endian Float value. Truncates address to 4-byte alignment.

    address

    the 4-byte aligned address to load.

    returns

    the loaded Float value.

    Definition Classes
    Loader
  17. def loadAlignedInt(address: Long): Int

    Permalink

    Loads a 4-byte endian ordered word as a native-endian Int value.

    Loads a 4-byte endian ordered word as a native-endian Int value. Truncates address to 4-byte alignment.

    address

    the 4-byte aligned address to load.

    returns

    the loaded Int value.

    Definition Classes
    Loader
  18. def loadAlignedLong(address: Long): Long

    Permalink

    Loads an 8-byte endian ordered word as a native-endian Long value.

    Loads an 8-byte endian ordered word as a native-endian Long value. Truncates address to 8-byte alignment.

    address

    the 8-byte aligned address to load.

    returns

    the loaded Long value.

    Definition Classes
    Loader
  19. def loadAlignedShort(address: Long): Short

    Permalink

    Loads a 2-byte endian ordered word as a native-endian Short value.

    Loads a 2-byte endian ordered word as a native-endian Short value. Truncates address to 2-byte alignment.

    address

    the 2-byte aligned address to load.

    returns

    the loaded Short value.

    Definition Classes
    Loader
  20. macro def loadArray[T](address: Long, count: Int)(implicit T: Struct[T]): Array[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  21. def loadDouble(address: Long): Double

    Permalink

    Loads an 8-byte endian ordered word as a native-endian Double value.

    Loads an 8-byte endian ordered word as a native-endian Double value.

    address

    the address to load.

    returns

    the loaded Double value.

    Definition Classes
    Loader
  22. def loadDoubleBE(address: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  23. def loadDoubleLE(address: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  24. def loadFloat(address: Long): Float

    Permalink

    Loads a 4-byte endian ordered word as a native-endian Float value.

    Loads a 4-byte endian ordered word as a native-endian Float value.

    address

    the address to load.

    returns

    the loaded Float value.

    Definition Classes
    Loader
  25. def loadFloatBE(address: Long): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  26. def loadFloatLE(address: Long): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  27. def loadInt(address: Long): Int

    Permalink

    Loads a 4-byte endian ordered word as a native-endian Int value.

    Loads a 4-byte endian ordered word as a native-endian Int value.

    address

    the address to load.

    returns

    the loaded Int value.

    Definition Classes
    Loader
  28. def loadIntBE(address: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  29. def loadIntLE(address: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  30. def loadLong(address: Long): Long

    Permalink

    Loads an 8-byte endian ordered word as a native-endian Long value.

    Loads an 8-byte endian ordered word as a native-endian Long value.

    address

    the address to load.

    returns

    the loaded Long value.

    Definition Classes
    Loader
  31. def loadLongBE(address: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  32. def loadLongLE(address: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  33. def loadShort(address: Long): Short

    Permalink

    Loads a 2-byte endian ordered word as a native-endian Short value.

    Loads a 2-byte endian ordered word as a native-endian Short value.

    address

    the address to load.

    returns

    the loaded Short value.

    Definition Classes
    Loader
  34. def loadShortBE(address: Long): Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  35. def loadShortLE(address: Long): Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  36. macro def loadToArray[T](address: Long, array: Array[T], start: Int, count: Int)(implicit T: Struct[T]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  37. def loadVolatileByte(address: Long): Byte

    Permalink

    Loads a single byte with volatile semantics if isCoherent.

    Loads a single byte with volatile semantics if isCoherent.

    address

    the address to load.

    returns

    the loaded Byte value.

    Definition Classes
    Loader
  38. def loadVolatileDouble(address: Long): Double

    Permalink

    Loads an 8-byte endian ordered word as a native-endian Double value with volatile semantics if isCoherent.

    Loads an 8-byte endian ordered word as a native-endian Double value with volatile semantics if isCoherent. Truncates address to 8-byte alignment.

    address

    the 8-byte aligned address to load.

    returns

    the loaded Double value.

    Definition Classes
    Loader
  39. def loadVolatileFloat(address: Long): Float

    Permalink

    Loads a 4-byte endian ordered word as a native-endian Float value with volatile semantics if isCoherent.

    Loads a 4-byte endian ordered word as a native-endian Float value with volatile semantics if isCoherent. Truncates address to 4-byte alignment.

    address

    the 4-byte aligned address to load.

    returns

    the loaded Float value.

    Definition Classes
    Loader
  40. def loadVolatileInt(address: Long): Int

    Permalink

    Loads a 4-byte endian ordered word as a native-endian Int value with volatile semantics if isCoherent.

    Loads a 4-byte endian ordered word as a native-endian Int value with volatile semantics if isCoherent. Truncates address to 4-byte alignment.

    address

    the 4-byte aligned address to load.

    returns

    the loaded Int value.

    Definition Classes
    Loader
  41. def loadVolatileLong(address: Long): Long

    Permalink

    Loads an 8-byte endian ordered word as a native-endian Long value with volatile semantics if isCoherent.

    Loads an 8-byte endian ordered word as a native-endian Long value with volatile semantics if isCoherent. Truncates address to 8-byte alignment.

    address

    the 8-byte aligned address to load.

    returns

    the loaded Long value.

    Definition Classes
    Loader
  42. def loadVolatileShort(address: Long): Short

    Permalink

    Loads a 2-byte endian ordered word as a native-endian Short value with volatile semantics if isCoherent.

    Loads a 2-byte endian ordered word as a native-endian Short value with volatile semantics if isCoherent. Truncates address to 2-byte alignment.

    address

    the 2-byte aligned address to load.

    returns

    the loaded Short value.

    Definition Classes
    Loader
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. def stringPrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    Loader
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toArray: Array[Byte]

    Permalink

    Converts this data to a byte array in the most efficient way possible.

    Converts this data to a byte array in the most efficient way possible. Mutable data may return an internal buffer.

    Definition Classes
    FingerTrieDataLoader
  49. def toBase16: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  50. def toBase64: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  51. def toString(): String

    Permalink
    Definition Classes
    Loader → Any
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def writeBase16(builder: Builder[Int]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps
  56. def writeBase64(builder: Builder[Int]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from FingerTrieData to LoaderOps[Loader] performed by method LoaderToOps in basis.data.
    Definition Classes
    LoaderOps

Inherited from Loader

Inherited from ByteOrder[Endianness]

Inherited from Equals

Inherited from basis.Family[FingerTrieData]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion LoaderToOps from FingerTrieData to LoaderOps[Loader]

Aligned

General

Unaligned

Volatile

Ungrouped