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