writeIntBE

open override fun writeIntBE(value: Long, offset: Int, byteLength: Int): Int

WRite an integer with the specified byteLength (in bytes, up to 6 bytes/48 bits) using the Big Endian byte order, at the given offset.