In This Topic
The following tables list the members exposed by CodedCBlk.
Public Constructors
Public Fields
| Name | Description |
 | data | The compressed data |
 | m | The vertical index of the code-block, within the subband. |
 | n | The horizontal index of the code-block, within the subband. |
 | skipMSBP | The number of skipped most significant bit-planes. |
Top
Public Methods
| Name | Description |
 | ToString | Returns the contents of the object in a string. The string contains the following data: 'm', 'n', 'skipMSBP' and 'data.length. This is used for debugging. |
Top
See Also