public class NameChunk extends TextChunk
Modifier and Type | Field and Description |
---|---|
private AiffAudioHeader |
aiffHeader |
Constructor and Description |
---|
NameChunk(ChunkHeader hdr,
java.io.RandomAccessFile raf,
AiffAudioHeader aHdr)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk()
Read the chunk.
|
byteBufString
private AiffAudioHeader aiffHeader
public NameChunk(ChunkHeader hdr, java.io.RandomAccessFile raf, AiffAudioHeader aHdr)
hdr
- The header for this chunkraf
- The file from which the AIFF data are being readaHdr
- The AiffAudioHeader into which information is storedpublic boolean readChunk() throws java.io.IOException
TextChunk
Copyright © 2005-2013 java.net. All Rights Reserved.