Package | Description |
---|---|
org.red5.io.object |
Modifier and Type | Class and Description |
---|---|
class |
UnsignedByte
The UnsignedByte class wraps a value of and unsigned 8 bits number.
|
class |
UnsignedInt
The UnsignedInt class wraps a value of an unsigned 32 bits number.
|
class |
UnsignedLong
The UnsignedLong class wraps a value of an unsigned 64 bits number.
|
class |
UnsignedShort
The UnsignedByte class wraps a value of an unsigned 16 bits number.
|
Modifier and Type | Method and Description |
---|---|
int |
UnsignedByte.compareTo(UnsignedNumber other) |
int |
UnsignedInt.compareTo(UnsignedNumber other) |
int |
UnsignedLong.compareTo(UnsignedNumber other) |
abstract int |
UnsignedNumber.compareTo(UnsignedNumber other) |
int |
UnsignedShort.compareTo(UnsignedNumber other) |
Copyright © 2006-2012 The Red5 Project