public class NameChunk extends TextChunk
aiffAudioHeader
chunkData, chunkHeader
Constructor and Description |
---|
NameChunk(ChunkHeader chunkHeader,
ByteBuffer chunkData,
AiffAudioHeader aiffAudioHeader) |
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk()
Reads a chunk and puts appropriate information into
the RepInfo object.
|
readChunkText
public NameChunk(ChunkHeader chunkHeader, ByteBuffer chunkData, AiffAudioHeader aiffAudioHeader)
chunkHeader
- The header for this chunkchunkData
- The buffer from which the AIFF data are being readaiffAudioHeader
- The AiffAudioHeader into which information is storedpublic boolean readChunk() throws IOException
Chunk
readChunk
in class Chunk
false
if the chunk is structurally
invalid, otherwise true
IOException
Copyright © 2005–2020 jthink.net. All rights reserved.