public class INT64 extends PtpInteger
| Modifier and Type | Field and Description | 
|---|---|
static INT64 | 
MAX_VALUE  | 
static INT64 | 
MIN_VALUE  | 
static int | 
SIZE_IN_BYTES  | 
static INT64 | 
ZERO  | 
| Constructor and Description | 
|---|
INT64(java.math.BigInteger value)  | 
INT64(byte[] bytes)  | 
INT64(long value)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
isSigned()  | 
static INT64 | 
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 INT64 MIN_VALUE
public static final INT64 MAX_VALUE
public static final INT64 ZERO
public INT64(long value)
public INT64(java.math.BigInteger value)
public INT64(byte[] bytes)
public static INT64 read(java.io.InputStream is) throws java.io.IOException
java.io.IOExceptionprotected int sizeInBytes()
sizeInBytes in class PtpIntegerprotected boolean isSigned()
isSigned in class PtpInteger