public class NoteChunk extends SimpleTextChunk
| Constructor and Description |
|---|
NoteChunk(ModuleBase module,
ChunkHeader hdr,
java.io.DataInputStream dstrm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
readChunk(RepInfo info)
Reads a chunk and adds to the module's list of Notes.
|
readTextPropbyteBufStringpublic NoteChunk(ModuleBase module, ChunkHeader hdr, java.io.DataInputStream dstrm)
module - The WaveModule under which this was calledhdr - The header for this chunkdstrm - The stream from which the WAVE data are being readpublic boolean readChunk(RepInfo info) throws java.io.IOException