public class CommonChunk extends Chunk
chunkData, chunkHeader
Constructor and Description |
---|
CommonChunk(ChunkHeader hdr,
ByteBuffer chunkData,
AiffAudioHeader aiffAudioHeader) |
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk()
Reads a chunk and puts appropriate information into
the RepInfo object.
|
public CommonChunk(ChunkHeader hdr, ByteBuffer chunkData, AiffAudioHeader aiffAudioHeader)
hdr
- chunkData
- aiffAudioHeader
- public 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.