public class UInt8 extends UInt<UInt8>
UInt.UINTTranslator<T extends UInt>| 限定符和类型 | 字段和说明 |
|---|---|
static UInt8Field |
CloseResolution |
static UInt8Field |
Method |
static UInt8Field |
TransactionResult |
static TypeTranslator<UInt8> |
translate |
static UInt8 |
ZERO |
| 构造器和说明 |
|---|
UInt8(BigInteger value)
Constructor.
|
UInt8(byte[] bytes)
Constructor.
|
UInt8(Number s)
Constructor from Number.
|
UInt8(String s)
From string value.
|
UInt8(String s,
int radix)
From String and radix.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getByteWidth() |
UInt8 |
instanceFrom(BigInteger n) |
byte[] |
toBytes() |
void |
toBytesSink(BytesSink to) |
String |
toHex() |
Object |
toJSON() |
Type |
type() |
Short |
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 UInt8 ZERO
public static TypeTranslator<UInt8> translate
public static UInt8Field CloseResolution
public static UInt8Field Method
public static UInt8Field TransactionResult
public UInt8(byte[] bytes)
bytes - byte array.public UInt8(BigInteger value)
value - BigInteger value.public UInt8(Number s)
s - Number value.public UInt8(String s)
s - String value.public UInt8(String s, int radix)
s - s.radix - radix.public int getByteWidth()
getByteWidth 在类中 UInt<UInt8>public UInt8 instanceFrom(BigInteger n)
instanceFrom 在类中 UInt<UInt8>public Object toJSON()
public byte[] toBytes()
public String toHex()
public void toBytesSink(BytesSink to)
public Type type()
Copyright © 2021. All rights reserved.