VH_BE_INT

object VH_BE_INT

A VarHandle to read/write big endian int from a byte array. Shape: int vh.get(byte[] arr, int ofs) and void vh.set(byte[] arr, int ofs, int val)

Functions

Link copied to clipboard
fun get(nextBlocks: ByteArray, offset: Int): Int
Link copied to clipboard
fun set(nextBlocks: ByteArray, offset: Int, i: Int)