net.sf.ext.mediamanager.ebml
Class DateElement

java.lang.Object
  extended bynet.sf.ext.mediamanager.ebml.Element
      extended bynet.sf.ext.mediamanager.ebml.BinaryElement
          extended bynet.sf.ext.mediamanager.ebml.UnsignedInteger
              extended bynet.sf.ext.mediamanager.ebml.DateElement

public class DateElement
extends UnsignedInteger

Title: JEBML

Description: Java Classes to Read EBML Elements

Copyright: Copyright (c) 2002-2004 John Cannon , Jory Stone

Company:

Version:
1.0
Author:
jcsston

Field Summary
 
Fields inherited from class net.sf.ext.mediamanager.ebml.Element
data, dataRead, parent, size, type, typeInfo
 
Constructor Summary
DateElement(byte[] type)
           
 
Method Summary
 java.util.Date getDate()
          Get the Date value of this element
 void setDate(java.util.Date value)
          Set the Date of this element
 
Methods inherited from class net.sf.ext.mediamanager.ebml.UnsignedInteger
getValue, setValue
 
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

DateElement

public DateElement(byte[] type)
Method Detail

setDate

public void setDate(java.util.Date value)
Set the Date of this element

Parameters:
value - Date to set

getDate

public java.util.Date getDate()
Get the Date value of this element

Returns:
Date of this element