Bytes

object Bytes

Functions

Link copied to clipboard
fun i(b: Byte): Int
Link copied to clipboard
fun l(b: Byte): Long
Link copied to clipboard
fun makeIntB(b0: Byte, b1: Byte, b2: Byte, b3: Byte): Int
Link copied to clipboard
fun makeIntL(b0: Byte, b1: Byte, b2: Byte, b3: Byte): Int
Link copied to clipboard
fun makeLongB(b0: Byte, b1: Byte, b2: Byte, b3: Byte, b4: Byte, b5: Byte, b6: Byte, b7: Byte): Long
Link copied to clipboard
fun makeLongL(b0: Byte, b1: Byte, b2: Byte, b3: Byte, b4: Byte, b5: Byte, b6: Byte, b7: Byte): Long
Link copied to clipboard
fun makeShortB(b0: Byte, b1: Byte): Short
Link copied to clipboard
fun makeShortL(b0: Byte, b1: Byte): Short
Link copied to clipboard
fun reverse(n: Int): Int
fun reverse(n: Long): Long