public class ListInfoChunk extends Superchunk
Constructor and Description |
---|
ListInfoChunk(ModuleBase module,
ChunkHeader hdr,
DataInputStream dstrm,
RepInfo info)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
readAdtlChunk(RepInfo info)
Reads the chunk and its nested chunks, and puts appropriate
properties into the RepInfo object.
|
boolean |
readChunk(RepInfo info)
Reads a chunk and puts appropriate information into
the RepInfo object.
|
getNextChunkHeader
byteBufString
public ListInfoChunk(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 Chunk
info
- RepInfo object to receive informationfalse
if the chunk is structurally
invalid, otherwise true
IOException
public boolean readAdtlChunk(RepInfo info) throws IOException
false
if the chunk or a nested chunk
is structurally
invalid, otherwise true
IOException
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.