public class UInt16 extends UInt<UInt16>
UInt.UINTTranslator<T extends UInt>| 限定符和类型 | 字段和说明 |
|---|---|
static UInt16Field |
ContractOpType |
static UInt16Field |
LedgerEntryType |
static UInt16Field |
OpType |
static UInt16Field |
SignerWeight |
static UInt16Field |
TransactionType |
static TypeTranslator<UInt16> |
translate |
static UInt16 |
ZERO |
| 构造器和说明 |
|---|
UInt16(BigInteger value)
Constructor.
|
UInt16(byte[] bytes)
Constructor.
|
UInt16(Number s)
Constructor from Number.
|
UInt16(String s)
From string value.
|
UInt16(String s,
int radix)
From String and radix.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getByteWidth() |
UInt16 |
instanceFrom(BigInteger n) |
static UInt16Field |
int16Field(Field f)
Generate int16Field.
|
byte[] |
toBytes() |
void |
toBytesSink(BytesSink to) |
String |
toHex() |
Object |
toJSON() |
Type |
type() |
Integer |
value() |
add, bigInteger, bitLength, byteValue, compareTo, divide, doubleValue, equals, equals, floatValue, getMinimumValue, intValue, isValid, isZero, longValue, lte, max, min, multiply, or, setValue, shiftLeft, shiftRight, shortValue, subtract, testBit, toByteArray, toString, toStringpublic static final UInt16 ZERO
public static TypeTranslator<UInt16> translate
public static UInt16Field LedgerEntryType
public static UInt16Field TransactionType
public static UInt16Field SignerWeight
public static UInt16Field OpType
public static UInt16Field ContractOpType
public UInt16(byte[] bytes)
bytes - byte array.public UInt16(BigInteger value)
value - BigInteger value.public UInt16(Number s)
s - Number value.public UInt16(String s)
s - String value.public UInt16(String s, int radix)
s - sradix - radix.public int getByteWidth()
getByteWidth 在类中 UInt<UInt16>public UInt16 instanceFrom(BigInteger n)
instanceFrom 在类中 UInt<UInt16>public static UInt16Field int16Field(Field f)
f - Field.public Object toJSON()
public byte[] toBytes()
public String toHex()
public void toBytesSink(BytesSink to)
public Type type()
Copyright © 2021. All rights reserved.