#include <iff_container.h>
Public Member Functions | |
| IFFChunk (IFF_ID type, uint32 size, ReadStream *stream) | |
Public Attributes | |
| IFF_ID | _type |
| uint32 | _size |
| ReadStream * | _stream |
Represents a IFF chunk available to client code.
Client code must not deallocate _stream when done.