|
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.avi.AbstractAVIStream.Chunk
protected abstract class AbstractAVIStream.Chunk
Chunk base class.
| Field Summary | |
|---|---|
protected java.lang.String |
chunkType
The chunkType of the chunk. |
protected long |
offset
The offset of the chunk relative to the startTime of the ImageOutputStream. |
| Constructor Summary | |
|---|---|
AbstractAVIStream.Chunk(java.lang.String chunkType)
Creates a new Chunk at the current position of the ImageOutputStream. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String chunkType
protected long offset
| Constructor Detail |
|---|
public AbstractAVIStream.Chunk(java.lang.String chunkType)
throws java.io.IOException
chunkType - The chunkType of the chunk. 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 | ||||||||