Modifier and Type | Field and Description |
---|---|
protected |
channels
The cached value of the '
Channels ' containment reference list. |
protected static byte[] |
SAMPLE_DATA_ORIGINAL_EDEFAULT
The default value of the '
Sample Data Original ' attribute. |
protected byte[] |
sampleDataOriginal
The cached value of the '
Sample Data Original ' attribute. |
BLOCK_ALIGNED_SIZE_EDEFAULT, CHUNK_TYPE_ID_EDEFAULT, CHUNK_TYPE_ID_VALUE_EDEFAULT, SIZE_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
ChunkDataImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
|
getChannels() |
ChunkTypeID |
getChunkTypeID() |
int |
getChunkTypeIDValue() |
byte[] |
getSampleDataOriginal() |
long |
getSize() |
void |
init(RIFFWave riffWave,
ExtendedByteBuffer buf) |
void |
setSampleDataOriginal(byte[] newSampleDataOriginal) |
byte[] |
toByteArray() |
java.lang.String |
toString() |
getBlockAlignedSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBlockAlignedSize
protectedchannels
Channels
' containment reference list.
getChannels()
protected static final byte[] SAMPLE_DATA_ORIGINAL_EDEFAULT
Sample Data Original
' attribute.
getSampleDataOriginal()
protected byte[] sampleDataOriginal
Sample Data Original
' attribute.
getSampleDataOriginal()
public void init(RIFFWave riffWave, ExtendedByteBuffer buf) throws RiffWaveException
ChunkImpl
init
in interface Chunk
init
in class ChunkImpl
RiffWaveException
protected EClass eStaticClass()
eStaticClass
in class ChunkImpl
publicgetChannels()
getChannels
in interface ChunkData
WavPackage.getChunkData_Channels()
public byte[] getSampleDataOriginal()
getSampleDataOriginal
in interface ChunkData
ChunkData.setSampleDataOriginal(byte[])
,
WavPackage.getChunkData_SampleDataOriginal()
public void setSampleDataOriginal(byte[] newSampleDataOriginal)
setSampleDataOriginal
in interface ChunkData
newSampleDataOriginal
- the new value of the 'Sample Data Original' attribute.ChunkData.getSampleDataOriginal()
public ChunkTypeID getChunkTypeID()
ChunkImpl
getChunkTypeID
in interface Chunk
getChunkTypeID
in class ChunkImpl
ChunkTypeID
,
WavPackage.getChunk_ChunkTypeID()
public int getChunkTypeIDValue()
ChunkImpl
getChunkTypeIDValue
in interface Chunk
getChunkTypeIDValue
in class ChunkImpl
WavPackage.getChunk_ChunkTypeIDValue()
public long getSize()
ChunkImpl
getSize
in interface Chunk
getSize
in class ChunkImpl
WavPackage.getChunk_Size()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public java.lang.String toString()
public byte[] toByteArray()
ChunkImpl
toByteArray
in interface Chunk
toByteArray
in class ChunkImpl