|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ext.mediamanager.ebml.Element
net.sf.ext.mediamanager.ebml.BinaryElement
net.sf.ext.mediamanager.ebml.UnsignedInteger
net.sf.ext.mediamanager.ebml.DateElement
Title: JEBML
Description: Java Classes to Read EBML Elements
Copyright: Copyright (c) 2002-2004 John Cannon
Company:
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 |
public DateElement(byte[] type)
Method Detail |
public void setDate(java.util.Date value)
value
- Date to setpublic java.util.Date getDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |