public final class UINT128 extends PtpInteger
| Modifier and Type | Field and Description | 
|---|---|
static UINT128 | 
MAX_VALUE  | 
static UINT128 | 
MIN_VALUE  | 
static int | 
SIZE_IN_BYTES
Size of type in bytes. 
 | 
static UINT128 | 
ZERO  | 
| Constructor and Description | 
|---|
UINT128(java.math.BigInteger value)  | 
UINT128(byte[] bytes)  | 
UINT128(long value)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
isSigned()  | 
static UINT128 | 
read(java.io.InputStream is)  | 
protected int | 
sizeInBytes()  | 
bigInteger, bytes, compareTo, doubleValue, equals, floatValue, hashCode, intValue, longValue, toStringpublic static final int SIZE_IN_BYTES
public static final UINT128 MIN_VALUE
public static final UINT128 MAX_VALUE
public static final UINT128 ZERO
public UINT128(long value)
public UINT128(java.math.BigInteger value)
public UINT128(byte[] bytes)
public static UINT128 read(java.io.InputStream is) throws java.io.IOException
java.io.IOExceptionprotected int sizeInBytes()
sizeInBytes in class PtpIntegerprotected boolean isSigned()
isSigned in class PtpInteger