public abstract class Superchunk extends Chunk
| Constructor and Description |
|---|
Superchunk(ModuleBase module,
ChunkHeader hdr,
java.io.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, readChunkpublic Superchunk(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 ChunkHeader getNextChunkHeader() throws java.io.IOException
java.io.IOException