public class AssocDataListChunk extends Superchunk
| Constructor and Description |
|---|
AssocDataListChunk(ModuleBase module,
ChunkHeader hdr,
java.io.DataInputStream dstrm,
RepInfo info)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
readChunk(RepInfo info)
Reads the chunk and its nested chunks, and puts appropriate
properties into the RepInfo object.
|
getNextChunkHeaderbyteBufStringpublic AssocDataListChunk(ModuleBase module, ChunkHeader hdr, java.io.DataInputStream dstrm, RepInfo info)
module - The WaveModule under which this was calledhdr - The header for this chunkdstrm - The stream from which the WAVE data are being readinfo - RepInfo object for error reportingpublic boolean readChunk(RepInfo info) throws java.io.IOException