writeMSBVLong

fun writeMSBVLong(l: Long, scratchBytes: DataOutput)

Encodes long value to variable length byte[], in MSB order. Use to decode.

Package private for testing