|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.monte.media.quicktime.AbstractQuickTimeStream.Atom
org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
protected class AbstractQuickTimeStream.CompositeAtom
A CompositeAtom contains an ordered list of Atoms.
| Field Summary | |
|---|---|
protected java.util.LinkedList<AbstractQuickTimeStream.Atom> |
children
|
| Fields inherited from class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom |
|---|
data, finished |
| Fields inherited from class org.monte.media.quicktime.AbstractQuickTimeStream.Atom |
|---|
offset, type |
| Constructor Summary | |
|---|---|
AbstractQuickTimeStream.CompositeAtom(java.lang.String type)
Creates a new CompositeAtom at the current position of the ImageOutputStream. |
|
| Method Summary | |
|---|---|
void |
add(AbstractQuickTimeStream.Atom child)
|
void |
finish()
Writes the atom and all its children to the ImageOutputStream and disposes of all resources held by the atom. |
long |
size()
Returns the size of the atom including the size of the atom header. |
| Methods inherited from class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom |
|---|
getOffset, getOutputStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.LinkedList<AbstractQuickTimeStream.Atom> children
| Constructor Detail |
|---|
public AbstractQuickTimeStream.CompositeAtom(java.lang.String type)
throws java.io.IOException
type - The type of the atom.
java.io.IOException| Method Detail |
|---|
public void add(AbstractQuickTimeStream.Atom child)
throws java.io.IOException
java.io.IOException
public void finish()
throws java.io.IOException
finish in class AbstractQuickTimeStream.DataAtomjava.io.IOExceptionpublic long size()
AbstractQuickTimeStream.Atom
size in class AbstractQuickTimeStream.DataAtom
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||