Package com.github.junrar.unpack
Class UnpackFilter
- java.lang.Object
-
- com.github.junrar.unpack.UnpackFilter
-
public class UnpackFilter extends java.lang.ObjectDOCUMENT ME- Version:
- $LastChangedRevision$
-
-
Field Summary
Fields Modifier and Type Field Description private intBlockLengthprivate intBlockStartprivate intExecCountprivate booleanNextWindowprivate intParentFilterprivate VMPreparedProgramPrg
-
Constructor Summary
Constructors Constructor Description UnpackFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlockLength()intgetBlockStart()intgetExecCount()intgetParentFilter()VMPreparedProgramgetPrg()booleanisNextWindow()voidsetBlockLength(int blockLength)voidsetBlockStart(int blockStart)voidsetExecCount(int execCount)voidsetNextWindow(boolean nextWindow)voidsetParentFilter(int parentFilter)voidsetPrg(VMPreparedProgram prg)
-
-
-
Field Detail
-
BlockStart
private int BlockStart
-
BlockLength
private int BlockLength
-
ExecCount
private int ExecCount
-
NextWindow
private boolean NextWindow
-
ParentFilter
private int ParentFilter
-
Prg
private VMPreparedProgram Prg
-
-
Method Detail
-
getBlockLength
public int getBlockLength()
-
setBlockLength
public void setBlockLength(int blockLength)
-
getBlockStart
public int getBlockStart()
-
setBlockStart
public void setBlockStart(int blockStart)
-
getExecCount
public int getExecCount()
-
setExecCount
public void setExecCount(int execCount)
-
isNextWindow
public boolean isNextWindow()
-
setNextWindow
public void setNextWindow(boolean nextWindow)
-
getParentFilter
public int getParentFilter()
-
setParentFilter
public void setParentFilter(int parentFilter)
-
getPrg
public VMPreparedProgram getPrg()
-
setPrg
public void setPrg(VMPreparedProgram prg)
-
-