Interface RiffChunkBuilderType

All Superinterfaces:
AutoCloseable

public interface RiffChunkBuilderType extends AutoCloseable
A builder for RIFF chunks. It is an error to attempt to close a chunk without having called either of addSubChunk(RiffChunkID) or setDataWriter(RiffChunkDataWriterType).