public interface Chunk
The following features are supported:
WavPackage.getChunk()| Modifier and Type | Method and Description | 
|---|---|
long | 
getBlockAlignedSize()
Returns the value of the 'Block Aligned Size' attribute. 
 | 
ChunkTypeID | 
getChunkTypeID()
Returns the value of the 'Chunk Type ID' attribute. 
 | 
int | 
getChunkTypeIDValue()
Returns the value of the 'Chunk Type ID Value' attribute. 
 | 
long | 
getSize()
Returns the value of the 'Size' attribute. 
 | 
void | 
init(RIFFWave riffWave,
    ExtendedByteBuffer buf)  | 
byte[] | 
toByteArray()  | 
long getBlockAlignedSize()
If the meaning of the 'Block Aligned Size' attribute isn't clear, there really should be more of a description here...
WavPackage.getChunk_BlockAlignedSize()long getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
WavPackage.getChunk_Size()ChunkTypeID getChunkTypeID()
ChunkTypeID.
 
 If the meaning of the 'Chunk Type ID' attribute isn't clear, there really should be more of a description here...
ChunkTypeID, 
WavPackage.getChunk_ChunkTypeID()int getChunkTypeIDValue()
If the meaning of the 'Chunk Type ID Value' attribute isn't clear, there really should be more of a description here...
WavPackage.getChunk_ChunkTypeIDValue()void init(RIFFWave riffWave, ExtendedByteBuffer buf) throws RiffWaveException
RiffWaveExceptionbyte[] toByteArray()
                   throws RiffWaveException
RiffWaveException