spire.util

Pack

object Pack

These methods are all big-endian.

That is, bytes[0] is the most-significant byte.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Pack
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bytesFromByteBuffer(bb: ByteBuffer, n: Int): Array[Byte]

  8. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  14. def intFromByteBuffer(bb: ByteBuffer): Int

  15. def intFromBytes(b1: Byte, b2: Byte, b3: Byte, b4: Byte): Int

  16. def intFromBytes(bytes: Array[Byte]): Int

  17. def intToByte(n: Int)(index: Int): Byte

    index must be 0 <= index < 4

    index must be 0 <= index < 4

    Annotations
    @macroImpl( ... )
  18. def intToByteMacro(c: Context)(n: scala.reflect.macros.Context.Expr[Int])(index: scala.reflect.macros.Context.Expr[Int]): scala.reflect.macros.Context.Expr[Byte]

  19. def intToByteRuntime(n: Int)(index: Int): Byte

  20. def intToBytes(n: Int): Array[Byte]

  21. def intsFromByteBuffer(bb: ByteBuffer, n: Int): Array[Int]

  22. def intsFromBytes(bytes: Array[Byte], n: Int): Array[Int]

  23. def intsToBytes(ints: Array[Int]): Array[Byte]

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def longFromByteBuffer(bb: ByteBuffer): Long

  26. def longFromBytes(b1: Byte, b2: Byte, b3: Byte, b4: Byte, b5: Byte, b6: Byte, b7: Byte, b8: Byte): Long

  27. def longFromBytes(bytes: Array[Byte]): Long

  28. def longToByte(n: Long)(index: Int): Byte

    index must be 0 <= index < 8

    index must be 0 <= index < 8

    Annotations
    @macroImpl( ... )
  29. def longToByteMacro(c: Context)(n: scala.reflect.macros.Context.Expr[Long])(index: scala.reflect.macros.Context.Expr[Int]): scala.reflect.macros.Context.Expr[Byte]

  30. def longToByteRuntime(n: Long)(index: Int): Byte

  31. def longToBytes(n: Long): Array[Byte]

  32. def longsFromByteBuffer(bb: ByteBuffer, n: Int): Array[Long]

  33. def longsFromBytes(bytes: Array[Byte], n: Int): Array[Long]

  34. def longsToBytes(longs: Array[Long]): Array[Byte]

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped