protected class AbstractQuickTimeStream.CompositeAtom extends AbstractQuickTimeStream.DataAtom
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<AbstractQuickTimeStream.Atom> |
children |
data, finishedoffset, type| Constructor and Description |
|---|
CompositeAtom(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractQuickTimeStream.Atom child) |
void |
finish() |
long |
size() |
getOffset, getOutputStreamprotected java.util.LinkedList<AbstractQuickTimeStream.Atom> children
public CompositeAtom(java.lang.String type)
throws java.io.IOException
java.io.IOExceptionpublic void add(AbstractQuickTimeStream.Atom child) throws java.io.IOException
java.io.IOExceptionpublic void finish()
throws java.io.IOException
finish in class AbstractQuickTimeStream.DataAtomjava.io.IOExceptionpublic long size()
size in class AbstractQuickTimeStream.DataAtomCopyright © 2022. All Rights Reserved.