protected abstract class AbstractAVIStream.Chunk
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
chunkType
The chunkType of the chunk.
|
protected long |
offset
The offset of the chunk relative to the startTime of the
ImageOutputStream.
|
Constructor and Description |
---|
Chunk(int chunkType)
Creates a new Chunk at the current position of the ImageOutputStream.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
finish()
Writes the chunk to the ImageOutputStream and disposes it.
|
abstract long |
size()
Returns the size of the chunk including the size of the chunk header.
|
protected int chunkType
protected long offset