Property | Type | Description | |
---|---|---|---|
code | short | ||
length | short | ||
runlen | short |
Method | Description | |
---|---|---|
FromArray ( short array, int entryNumber ) : tableEntry | ||
tableEntry ( short _length, short _code, short _runlen ) : System |
public static FromArray ( short array, int entryNumber ) : tableEntry | ||
array | short | |
entryNumber | int | |
return | tableEntry |
public tableEntry ( short _length, short _code, short _runlen ) : System | ||
_length | short | |
_code | short | |
_runlen | short | |
return | System |