org.fourthline.cling.model.types
Class UnsignedIntegerFourBytes

java.lang.Object
  extended by org.fourthline.cling.model.types.UnsignedVariableInteger
      extended by org.fourthline.cling.model.types.UnsignedIntegerFourBytes

public final class UnsignedIntegerFourBytes
extends UnsignedVariableInteger

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.fourthline.cling.model.types.UnsignedVariableInteger
UnsignedVariableInteger.Bits
 
Field Summary
 
Fields inherited from class org.fourthline.cling.model.types.UnsignedVariableInteger
value
 
Constructor Summary
UnsignedIntegerFourBytes(long value)
           
UnsignedIntegerFourBytes(String s)
           
 
Method Summary
 UnsignedVariableInteger.Bits getBits()
           
 
Methods inherited from class org.fourthline.cling.model.types.UnsignedVariableInteger
equals, getMinValue, getValue, hashCode, increment, isInRange, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsignedIntegerFourBytes

public UnsignedIntegerFourBytes(long value)
                         throws NumberFormatException
Throws:
NumberFormatException

UnsignedIntegerFourBytes

public UnsignedIntegerFourBytes(String s)
                         throws NumberFormatException
Throws:
NumberFormatException
Method Detail

getBits

public UnsignedVariableInteger.Bits getBits()
Specified by:
getBits in class UnsignedVariableInteger


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.