public final class INT8 extends PtpInteger
Modifier and Type | Field and Description |
---|---|
static INT8 |
MAX_VALUE |
static INT8 |
MIN_VALUE |
static int |
SIZE_IN_BYTES |
static INT8 |
ZERO |
Constructor and Description |
---|
INT8(java.math.BigInteger value) |
INT8(byte[] bytes) |
INT8(long value) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isSigned() |
static INT8 |
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 INT8 MIN_VALUE
public static final INT8 MAX_VALUE
public static final INT8 ZERO
public INT8(long value)
public INT8(java.math.BigInteger value)
public INT8(byte[] bytes)
public static INT8 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