protected abstract class AbstractQuickTimeStream.Atom extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
offset
The offset of the atom relative to the start of the
ImageOutputStream.
|
protected String |
type
The type of the atom.
|
| Constructor and Description |
|---|
AbstractQuickTimeStream.Atom(String type,
long offset)
Creates a new Atom at the current position of the ImageOutputStream.
|
protected String type
protected long offset
public AbstractQuickTimeStream.Atom(String type, long offset)
type - The type of the atom. A string with a length of 4
characters.public abstract void finish()
throws IOException
IOExceptionpublic abstract long size()
Copyright © 2014. All Rights Reserved.