public class SoundChunk extends Chunk
chunkData, chunkHeader
Constructor and Description |
---|
SoundChunk(ChunkHeader chunkHeader,
ByteBuffer chunkData) |
public SoundChunk(ChunkHeader chunkHeader, ByteBuffer chunkData)
chunkHeader
- The header for this chunkchunkData
- The file from which the AIFF data are being readpublic boolean readChunk() throws IOException
readChunk
in class Chunk
false
if the chunk is structurally
invalid, otherwise true
IOException
Copyright © 2005–2020 jthink.net. All rights reserved.