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