[]
Constructs an empty 'CompTransfSpec' with the specified number of tiles and components. This constructor is called by the decoder. Note: The number of component is here for symmetry purpose. It is useless since only tile specifications are meaningful.
public CompTransfSpec(int nt, int nc, byte type)
Type | Name | Description |
---|---|---|
int | nt | Number of tiles |
int | nc | Number of components |
byte | type | the type of the specification module i.e. tile specific, component specific or both. |