protected class AbstractAVIStream.CompositeChunk extends AbstractAVIStream.Chunk
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<AbstractAVIStream.Chunk> |
children |
protected int |
compositeType |
protected boolean |
finished |
chunkType, offset| Constructor and Description |
|---|
CompositeChunk(int compositeType,
int chunkType) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractAVIStream.Chunk child) |
void |
finish() |
long |
size() |
protected int compositeType
protected java.util.LinkedList<AbstractAVIStream.Chunk> children
protected boolean finished
public CompositeChunk(int compositeType,
int chunkType)
throws java.io.IOException
java.io.IOExceptionpublic void add(AbstractAVIStream.Chunk child) throws java.io.IOException
java.io.IOExceptionpublic void finish()
throws java.io.IOException
finish in class AbstractAVIStream.Chunkjava.io.IOExceptionpublic long size()
size in class AbstractAVIStream.ChunkCopyright © 2022. All Rights Reserved.