public codeSymbols ( int bits, int cX, int n ) : void | ||
bits | int | An array containing the symbols to be encoded. Valid /// symbols are 0 and 1. /// /// |
cX | int | The context for each of the symbols to be encoded. /// /// |
n | int | The number of symbols to encode. /// /// |
return | void |