object Util

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

Value Members

  1. final def byte(i: Int): Byte
    Annotations
    @inline()
  2. def initByteBuffer16(bb: ByteBuffer, d: Array[Int], size: Int): Unit
  3. def initByteBuffer24(bb: ByteBuffer, d: Array[Int], size: Int): Unit
  4. def initByteBuffer32(bb: ByteBuffer, d: Array[Int], size: Int): Unit

    ByteBuffer boiler-plate stuff below.

  5. def initByteBuffer8(bb: ByteBuffer, d: Array[Int], size: Int): Unit
  6. final def shift(n: Int, i: Int): Byte
    Annotations
    @inline()