public class ApplicationChunk extends Chunk
chunkData, chunkHeader
Constructor and Description |
---|
ApplicationChunk(ChunkHeader chunkHeader,
ByteBuffer chunkData,
AiffAudioHeader aiffAudioHeader)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk()
Reads a chunk and puts an Application property into
the RepInfo object.
|
public ApplicationChunk(ChunkHeader chunkHeader, ByteBuffer chunkData, AiffAudioHeader aiffAudioHeader)
chunkHeader
- The header for this chunkchunkData
- The file from which the AIFF data are being readaiffAudioHeader
- audio headerpublic 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.