sortableBytesToBigInt

fun sortableBytesToBigInt(encoded: ByteArray, offset: Int, length: Int): BigInteger

Decodes a BigInteger value previously written with .bigIntToSortableBytes

See also

.bigIntToSortableBytes