public abstract class TextChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
private AiffAudioHeader |
aiffHeader |
protected java.lang.String |
chunkText |
Constructor and Description |
---|
TextChunk(ChunkHeader hdr,
java.io.RandomAccessFile raf)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk()
Read the chunk.
|
byteBufString
private AiffAudioHeader aiffHeader
protected java.lang.String chunkText
public TextChunk(ChunkHeader hdr, java.io.RandomAccessFile raf)
hdr
- The header for this chunkraf
- The file from which the AIFF data are being readCopyright © 2005-2013 java.net. All Rights Reserved.