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