Package | Description |
---|---|
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned |
Modifier and Type | Field and Description |
---|---|
static UByte |
UByte.MAX
A constant holding the maximum value an
unsigned byte can
have as UByte, 28-1. |
static UByte |
UByte.MIN
A constant holding the minimum value an
unsigned byte can
have as UByte, 0. |
Modifier and Type | Method and Description |
---|---|
UByte |
UByte.add(int val) |
UByte |
UByte.add(UByte val) |
static UByte |
UMath.max(UByte a,
UByte b)
Returns the greater of two
UByte values. |
static UByte |
UMath.min(UByte a,
UByte b)
Returns the smaller of two
UByte values. |
UByte |
UByte.subtract(int val) |
UByte |
UByte.subtract(UByte val) |
static UByte |
Unsigned.ubyte(byte value)
Create an
unsigned byte by masking it with 0xFF
i.e. |
static UByte |
Unsigned.ubyte(int value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(long value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(short value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(String value)
Create an
unsigned byte |
static UByte |
UByte.valueOf(byte value)
Get an instance of an
unsigned byte by masking it with
0xFF i.e. |
static UByte |
UByte.valueOf(int value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(long value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(short value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(String value)
Get an instance of an
unsigned byte |
Modifier and Type | Method and Description |
---|---|
UByte |
UByte.add(UByte val) |
int |
UByte.compareTo(UByte o) |
static UByte |
UMath.max(UByte a,
UByte b)
Returns the greater of two
UByte values. |
static UByte |
UMath.min(UByte a,
UByte b)
Returns the smaller of two
UByte values. |
UByte |
UByte.subtract(UByte val) |
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.