Class UnpackFilter
java.lang.Object
com.github.junrar.unpack.UnpackFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate booleanprivate intprivate VMPreparedProgram -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintgetPrg()booleanvoidsetBlockLength(int blockLength) voidsetBlockStart(int blockStart) voidsetExecCount(int execCount) voidsetNextWindow(boolean nextWindow) voidsetParentFilter(int parentFilter) voidsetPrg(VMPreparedProgram prg)
-
Field Details
-
BlockStart
private int BlockStart -
BlockLength
private int BlockLength -
ExecCount
private int ExecCount -
NextWindow
private boolean NextWindow -
ParentFilter
private int ParentFilter -
Prg
-
-
Constructor Details
-
UnpackFilter
public UnpackFilter()
-
-
Method Details
-
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
-
setPrg
-