|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.junrar.unpack.decode.Decode
public class Decode
Used to store information for lz decoding
| Field Summary | |
|---|---|
protected int[] |
decodeNum
|
| Constructor Summary | |
|---|---|
Decode()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int[] decodeNum
| Constructor Detail |
|---|
public Decode()
| Method Detail |
|---|
public int[] getDecodeLen()
public int[] getDecodeNum()
public int[] getDecodePos()
public int getMaxNum()
public void setMaxNum(int maxNum)
maxNum - to be set to maxNum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||