[]
Creates a new CodedCBlk object wit the default values and without allocating any space for its members.
public CodedCBlk()
Creates a new CodedCBlk object with the specified values.
public CodedCBlk(int m, int n, int skipMSBP, byte[] data)
Type | Name | Description |
---|---|---|
int | m | The horizontal index of the code-block, within the subband. |
int | n | The vertical index of the code-block, within the subband. |
int | skipMSBP | The number of skipped most significant bit-planes for this code-block. |
byte[] | data | The compressed data. This array is referenced by this object so it should not be modified after. |