object Pack
These methods are all big-endian.
That is, bytes[0] is the most-significant byte.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pack
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 bytesFromByteBuffer(bb: ByteBuffer, n: Int): Array[Byte]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def intFromByteBuffer(bb: ByteBuffer): Int
- def intFromBytes(b1: Byte, b2: Byte, b3: Byte, b4: Byte): Int
- def intFromBytes(bytes: Array[Byte]): Int
-
macro
def
intToByte(n: Int)(index: Int): Byte
index must be 0 <= index < 4
- def intToByteMacro(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Int])(index: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def intToByteRuntime(n: Int)(index: Int): Byte
- def intToBytes(n: Int): Array[Byte]
- def intsFromByteBuffer(bb: ByteBuffer, n: Int): Array[Int]
- def intsFromBytes(bytes: Array[Byte], n: Int): Array[Int]
- def intsToBytes(ints: Array[Int]): Array[Byte]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def longFromByteBuffer(bb: ByteBuffer): Long
- def longFromBytes(b1: Byte, b2: Byte, b3: Byte, b4: Byte, b5: Byte, b6: Byte, b7: Byte, b8: Byte): Long
- def longFromBytes(bytes: Array[Byte]): Long
-
macro
def
longToByte(n: Long)(index: Int): Byte
index must be 0 <= index < 8
- def longToByteMacro(c: Context)(n: scala.reflect.macros.whitebox.Context.Expr[Long])(index: scala.reflect.macros.whitebox.Context.Expr[Int]): scala.reflect.macros.whitebox.Context.Expr[Byte]
- def longToByteRuntime(n: Long)(index: Int): Byte
- def longToBytes(n: Long): Array[Byte]
- def longsFromByteBuffer(bb: ByteBuffer, n: Int): Array[Long]
- def longsFromBytes(bytes: Array[Byte], n: Int): Array[Long]
- def longsToBytes(longs: Array[Long]): Array[Byte]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )