[]
        
(Showing Draft Content)

CSJ2K.j2k.StringSpec.-ctor

StringSpec Constructor

StringSpec(int, int, byte)

Constructs an empty 'StringSpec' with specified number of tile and components. This constructor is called by the decoder.

Declaration
public StringSpec(int nt, int nc, byte type)
Parameters
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.

StringSpec(int, int, byte, string, string[], ParameterList)

Declaration
public StringSpec(int nt, int nc, byte type, string optName, string[] list, ParameterList pl)
Parameters
Type Name Description
int nt
int nc
byte type
string optName
string[] list
ParameterList pl