public abstract class SimpleTextChunk extends Chunk
| Constructor and Description |
|---|
SimpleTextChunk(ModuleBase module,
ChunkHeader hdr,
java.io.DataInputStream dstrm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Property |
readTextProp(WaveModule module,
java.lang.String propName)
Reads the text item, and returns a Property containing the
cue point ID and the text.
|
byteBufString, readChunkpublic SimpleTextChunk(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 readprotected Property readTextProp(WaveModule module, java.lang.String propName) throws java.io.IOException
java.io.IOException