|
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
protected abstract class AbstractQuickTimeStream.Atom
Atom base class.
| Field Summary | |
|---|---|
protected long |
offset
The offset of the atom relative to the start of the ImageOutputStream. |
protected java.lang.String |
type
The type of the atom. |
| Constructor Summary | |
|---|---|
AbstractQuickTimeStream.Atom(java.lang.String type)
Creates a new Atom at the current position of the ImageOutputStream. |
|
| Method Summary | |
|---|---|
abstract void |
finish()
Writes the atom to the ImageOutputStream and disposes it. |
abstract long |
size()
Returns the size of the atom including the size of the atom header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String type
protected long offset
| Constructor Detail |
|---|
public AbstractQuickTimeStream.Atom(java.lang.String type)
throws java.io.IOException
type - The type of the atom. A string with a length of 4 characters.
java.io.IOException| Method Detail |
|---|
public abstract void finish()
throws java.io.IOException
java.io.IOExceptionpublic abstract long size()
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||