Uses of Class
org.red5.io.object.UnsignedNumber

Packages that use UnsignedNumber
org.red5.io.object   
 

Uses of UnsignedNumber in org.red5.io.object
 

Subclasses of UnsignedNumber in org.red5.io.object
 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.
 

Methods in org.red5.io.object with parameters of type UnsignedNumber
 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-2010 The Red5 Project