writeMagnitudeLong

fun Sink.writeMagnitudeLong(number: Long): Int(source)

Encodes a positive Long to a minimum-size unsigned byte array, omitting the leading zero

Return

the number of bytes written

Throws