object Util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
byte(i: Int): Byte
- Annotations
- @inline()
- def initByteBuffer16(bb: ByteBuffer, d: Array[Int], size: Int): Unit
- def initByteBuffer24(bb: ByteBuffer, d: Array[Int], size: Int): Unit
-
def
initByteBuffer32(bb: ByteBuffer, d: Array[Int], size: Int): Unit
ByteBuffer boiler-plate stuff below.
- def initByteBuffer8(bb: ByteBuffer, d: Array[Int], size: Int): Unit
-
final
def
shift(n: Int, i: Int): Byte
- Annotations
- @inline()