public abstract class Superchunk extends Chunk
Constructor and Description |
---|
Superchunk(ModuleBase module,
ChunkHeader hdr,
DataInputStream dstrm,
RepInfo info)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ChunkHeader |
getNextChunkHeader()
Reads and returns the next ChunkHeader within this Chunk,
and takes care of byte counting.
|
byteBufString, readChunk
public Superchunk(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 ChunkHeader getNextChunkHeader() throws IOException
IOException
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.