Class AbstractAVIStream.FixedSizeDataChunk

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

protected class AbstractAVIStream.FixedSizeDataChunk extends AbstractAVIStream.Chunk
A DataChunk with a fixed size.
Author:
Werner Randelshofer
  • Field Details

    • finished

      protected boolean finished
    • fixedSize

      protected long fixedSize
  • Constructor Details

    • FixedSizeDataChunk

      public FixedSizeDataChunk(int chunkType, long fixedSize) throws IOException
      Creates a new DataChunk at the current position of the ImageOutputStream.
      Parameters:
      chunkType - The chunkType of the chunk.
      fixedSize - the fixed size of the chunk
      Throws:
      IOException
  • Method Details