public class FormatVersionChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
private AiffAudioHeader |
aiffHeader |
Constructor and Description |
---|
FormatVersionChunk(ChunkHeader hdr,
java.io.RandomAccessFile raf,
AiffAudioHeader aHdr)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk()
Reads a chunk and extracts information.
|
byteBufString
private AiffAudioHeader aiffHeader
public FormatVersionChunk(ChunkHeader hdr, java.io.RandomAccessFile raf, AiffAudioHeader aHdr)
hdr
- The header for this chunkraf
- The file from which the AIFF data are being readtag
- The AiffTag into which information is storedCopyright © 2005-2013 java.net. All Rights Reserved.