com.github.junrar.unpack.decode
Class Decode

java.lang.Object
  extended by com.github.junrar.unpack.decode.Decode
Direct Known Subclasses:
BitDecode, DistDecode, LitDecode, LowDistDecode, MultDecode, RepDecode

public class Decode
extends Object

Used to store information for lz decoding

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

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

decodeNum

protected int[] decodeNum
Constructor Detail

Decode

public Decode()
Method Detail

getDecodeLen

public int[] getDecodeLen()
returns the decode Length array

Returns:
decodeLength

getDecodeNum

public int[] getDecodeNum()
returns the decode num array

Returns:
decodeNum

getDecodePos

public int[] getDecodePos()
returns the decodePos array

Returns:
decodePos

getMaxNum

public int getMaxNum()
returns the max num

Returns:
maxNum

setMaxNum

public void setMaxNum(int maxNum)
sets the max num

Parameters:
maxNum - to be set to maxNum


Copyright © 2012. All Rights Reserved.