-
- All Implemented Interfaces:
public final class BigIntegerAdapterKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static BigIntegerMAX_BIG_INTEGER_SCALE_VALUE
-
Method Summary
Modifier and Type Method Description final BigIntegergetMAX_BIG_INTEGER_SCALE_VALUE()final static BigIntegerclampedToBigInteger(ByteArray $self)Converts clamped ByteArray to BigInteger final static ByteArraytoClampedByteArray(BigInteger $self)Converts BigInteger to clamped ByteArray -
-
Method Detail
-
getMAX_BIG_INTEGER_SCALE_VALUE
final BigInteger getMAX_BIG_INTEGER_SCALE_VALUE()
-
clampedToBigInteger
final static BigInteger clampedToBigInteger(ByteArray $self)
Converts clamped ByteArray to BigInteger
-
toClampedByteArray
final static ByteArray toClampedByteArray(BigInteger $self)
Converts BigInteger to clamped ByteArray
-
-
-
-