implicit class DataPositionEnrich[T <: Data] extends AnyRef
- Alphabetic
- By Inheritance
- DataPositionEnrich
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DataPositionEnrich(t: T)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def pack(range: Range, endianness: Endianness = LITTLE): T
Place the data at the given range.
Place the data at the given range. Extra bits will be lost (unassigned or read) if the data does not fit with the range.
- range
Range to place the data
- endianness
Bit direction to align data within the range
- returns
Self
- def pack(range: Range): T
Place the data at the given range.
Place the data at the given range. Extra bits will be lost (unassigned or read) if the data does not fit with the range.
- range
Range to place the data
- returns
Self
- def packFrom(pos: Int): T
Packs data starting (LSB) at the bit position
Packs data starting (LSB) at the bit position
- pos
Starting bit position of the data
- returns
Self
- def packTo(pos: Int): T
Packs data ending (MSB) at the bit position
Packs data ending (MSB) at the bit position
- pos
Ending bit position of the data
- returns
Self
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)