net.sf.ext.mediamanager.ebml
Class UnsignedInteger

java.lang.Object
  extended by net.sf.ext.mediamanager.ebml.Element
      extended by net.sf.ext.mediamanager.ebml.BinaryElement
          extended by net.sf.ext.mediamanager.ebml.UnsignedInteger
Direct Known Subclasses:
DateElement

public class UnsignedInteger
extends BinaryElement

Basic class for the Unsigned Integer data type in EBML.

Author:
John Cannon

Field Summary
 
Fields inherited from class net.sf.ext.mediamanager.ebml.Element
data, dataRead, parent, size, type, typeInfo
 
Constructor Summary
UnsignedInteger(byte[] typeID)
           
 
Method Summary
 long getValue()
           
 void setValue(long value)
           
 
Methods inherited from class net.sf.ext.mediamanager.ebml.BinaryElement
codedSizeLength, getData, getMinByteSize, getMinByteSizeUnsigned, getMinSizeLength, getSize, getType, makeEbmlCode, makeEbmlCodedSize, packInt, packIntUnsigned, setData, setMinSizeLength, setSize, setType, toByteArray
 
Methods inherited from class net.sf.ext.mediamanager.ebml.Element
EBMLCodedSizeLength, EBMLSignedCodedSizeLength, equals, equals, getElementType, getParent, readData, setElementType, setParent, skipData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsignedInteger

public UnsignedInteger(byte[] typeID)
Method Detail

setValue

public void setValue(long value)

getValue

public long getValue()