protected abstract class AbstractQuickTimeStream.Atom
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Atom(java.lang.String type,
long offset)
Creates a new Atom at the current position of the ImageOutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected java.lang.String type
protected long offset