
File::Format::RIFF::Container - RIFF Container (LISTs and RIFFs)

You should not instantiate a File::Format::RIFF::Container directly; instead,
you should instantiate one of its subclasses,
either a File::Format::RIFF object,
or a File::Format::RIFF::List object.

File::Format::RIFF::Container is a base class for both RIFF objects and RIFF lists.
It is,
essentially,
an array of other RIFF lists and/or RIFF chunks,
and you can add,
change,
delete,
and read them.

fixme
fixme
fixme (will be either LIST or RIFF)
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme


Paul Sturm <sturm@branewave.com>