describeLong

fun describeLong(value: Long, numBits: Int, builder: StringBuilder)

Write a description of this Long to the builder, taking note that the value is constrained to contain only numBits of content. Use conventions such as grouping into groups of at most four hex digits.

Parameters

value

The Long to output.

numBits

The number of bits contained in value.

builder

Where to describe the number.