public class AssocDataListChunk extends Superchunk
| Constructor and Description |
|---|
AssocDataListChunk(ModuleBase module,
ChunkHeader hdr,
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,
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 IOException
readChunk in class Chunkinfo - RepInfo object to receive informationfalse if the chunk or a nested chunk
is structurally
invalid, otherwise trueIOExceptionCopyright © 2008–2017 The Open Preservation Foundation. All rights reserved.