Class UnpackFilter

java.lang.Object
com.github.junrar.unpack.UnpackFilter

public class UnpackFilter extends Object
DOCUMENT ME
  • 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

      public VMPreparedProgram getPrg()
    • setPrg

      public void setPrg(VMPreparedProgram prg)