public abstract class TextChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
propName
Name of the property.
|
Constructor and Description |
---|
TextChunk(AiffModule module,
ChunkHeader hdr,
java.io.DataInputStream dstrm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk(RepInfo info)
Reads a chunk and puts appropriate information into
the RepInfo object.
|
protected java.lang.String |
readText()
Reads the chunk's text data.
|
byteBufString
protected java.lang.String propName
public TextChunk(AiffModule module, ChunkHeader hdr, java.io.DataInputStream dstrm)
module
- The AIFFModule under which this was calledhdr
- The header for this chunkdstrm
- The stream from which the AIFF data are being readpublic boolean readChunk(RepInfo info) throws java.io.IOException
protected java.lang.String readText() throws java.io.IOException
java.io.IOException