public class CodedCBlk
extends java.lang.Object
This class is normally not used. Instead the EncRDCBlk, EncLyrdCBlk and the DecLyrdCBlk subclasses are used.
CBlkRateDistStats,
DecLyrdCBlk| Modifier and Type | Field and Description |
|---|---|
byte[] |
data
The compressed data
|
int |
m
The vertical index of the code-block, within the subband.
|
int |
n
The horizontal index of the code-block, within the subband.
|
int |
skipMSBP
The number of skipped most significant bit-planes.
|
| Constructor and Description |
|---|
CodedCBlk()
Creates a new CodedCBlk object wit the default values and without
allocating any space for its members.
|
CodedCBlk(int m,
int n,
int skipMSBP,
byte[] data)
Creates a new CodedCBlk object with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the contents of the object in a string.
|
public int n
public int m
public int skipMSBP
public byte[] data
public CodedCBlk()
public CodedCBlk(int m,
int n,
int skipMSBP,
byte[] data)
m - The horizontal index of the code-block, within the subband.n - The vertical index of the code-block, within the subband.skipMSBP - The number of skipped most significant bit-planes for
this code-block.data - The compressed data. This array is referenced by this
object so it should not be modified after.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 Open Microscopy Environment