Class AbstractAVIStream.CompositeChunk

java.lang.Object
org.monte.media.avi.AbstractAVIStream.Chunk
org.monte.media.avi.AbstractAVIStream.CompositeChunk
Enclosing class:
AbstractAVIStream

protected class AbstractAVIStream.CompositeChunk extends AbstractAVIStream.Chunk
A CompositeChunk contains an ordered list of Chunks.
  • Field Details

    • compositeType

      protected int compositeType
      The type of the composite. A String with the length of 4 characters.
    • children

      protected LinkedList<AbstractAVIStream.Chunk> children
    • finished

      protected boolean finished
  • Constructor Details

    • CompositeChunk

      public CompositeChunk(int compositeType, int chunkType) throws IOException
      Creates a new CompositeChunk at the current position of the ImageOutputStream.
      Parameters:
      compositeType - The type of the composite.
      chunkType - The type of the chunk.
      Throws:
      IOException
  • Method Details