VH_LE_LONG

object VH_LE_LONG

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

Functions

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