getLongLE

fun ByteArray.getLongLE(offset: Int): Long

Reads 8 bytes in little-endian order from this ByteArray starting at the given offset.

Return

the little-endian long value

Parameters

offset

the offset to read from