public class Decode extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
decodeNum |
| Constructor and Description |
|---|
Decode() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getDecodeLen()
returns the decode Length array
|
int[] |
getDecodeNum()
returns the decode num array
|
int[] |
getDecodePos()
returns the decodePos array
|
int |
getMaxNum()
returns the max num
|
void |
setMaxNum(int maxNum)
sets the max num
|
public int[] getDecodeLen()
public int[] getDecodeNum()
public int[] getDecodePos()
public int getMaxNum()
public void setMaxNum(int maxNum)
maxNum - to be set to maxNumCopyright © 2017. All rights reserved.