[]
Constructs a new instance with specified number of layers and code-block coordinates. The number corresponds to the maximum piece of codeword for one code-block.
public CBlkInfo(int ulx, int uly, int w, int h, int nl)
| Type | Name | Description |
|---|---|---|
| int | ulx | The uper-left x-coordinate |
| int | uly | The uper-left y-coordinate |
| int | w | Width of the code-block |
| int | h | Height of the code-block |
| int | nl | The number of layers |