public interface ChunkUnknown extends Chunk
The following features are supported:
WavPackage.getChunkUnknown()
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the value of the 'Data' attribute.
|
java.lang.Long |
getUnknownChunkTypeIdValue()
Returns the value of the 'Unknown Chunk Type Id Value' attribute.
|
long |
getWavRandomAccessFilePointer()
Returns the value of the 'Wav Random Access File Pointer' attribute.
|
void |
setData(byte[] value)
Sets the value of the '
Data ' attribute. |
void |
setUnknownChunkTypeIdValue(java.lang.Long value)
Sets the value of the '
Unknown Chunk Type Id Value ' attribute. |
void |
setWavRandomAccessFilePointer(long value)
Sets the value of the '
Wav Random Access File Pointer ' attribute. |
getBlockAlignedSize, getChunkTypeID, getChunkTypeIDValue, getSize, init, toByteArray
byte[] getData()
If the meaning of the 'Data' attribute isn't clear, there really should be more of a description here...
setData(byte[])
,
WavPackage.getChunkUnknown_Data()
void setData(byte[] value)
Data
' attribute.
value
- the new value of the 'Data' attribute.getData()
java.lang.Long getUnknownChunkTypeIdValue()
If the meaning of the 'Unknown Chunk Type Id Value' attribute isn't clear, there really should be more of a description here...
setUnknownChunkTypeIdValue(Long)
,
WavPackage.getChunkUnknown_UnknownChunkTypeIdValue()
void setUnknownChunkTypeIdValue(java.lang.Long value)
Unknown Chunk Type Id Value
' attribute.
value
- the new value of the 'Unknown Chunk Type Id Value' attribute.getUnknownChunkTypeIdValue()
long getWavRandomAccessFilePointer()
If the meaning of the 'Wav Random Access File Pointer' attribute isn't clear, there really should be more of a description here...
setWavRandomAccessFilePointer(long)
,
WavPackage.getChunkUnknown_WavRandomAccessFilePointer()
void setWavRandomAccessFilePointer(long value)
Wav Random Access File Pointer
' attribute.
value
- the new value of the 'Wav Random Access File Pointer' attribute.getWavRandomAccessFilePointer()