|
|||||||||
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.MasterElement
public class MasterElement
Title: JEBML
Description: Java Classes to Read EBML Elements
Copyright: Copyright (c) 2002-2004 John Cannon
Company:
Field Summary | |
---|---|
protected long |
usedSize
|
Fields inherited from class net.sf.ext.mediamanager.ebml.Element |
---|
data, dataRead, parent, size, type, typeInfo |
Constructor Summary | |
---|---|
MasterElement(byte[] type)
|
Method Summary | |
---|---|
Element |
readNextChild(EBMLReader reader)
|
void |
skipData(DataSource source)
|
Methods inherited from class net.sf.ext.mediamanager.ebml.Element |
---|
codedSizeLength, EBMLCodedSizeLength, EBMLSignedCodedSizeLength, equals, equals, getData, getElementType, getMinByteSize, getMinByteSizeUnsigned, getMinSizeLength, getParent, getSize, getType, makeEbmlCode, makeEbmlCodedSize, packInt, packIntUnsigned, readData, setData, setElementType, setMinSizeLength, setParent, setSize, setType, toByteArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long usedSize
Constructor Detail |
---|
public MasterElement(byte[] type)
Method Detail |
---|
public Element readNextChild(EBMLReader reader)
public void skipData(DataSource source)
skipData
in class Element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |