Class UnpackFilter


  • public class UnpackFilter
    extends java.lang.Object
    DOCUMENT ME
    Version:
    $LastChangedRevision$
    • Field Detail

      • BlockStart

        private int BlockStart
      • BlockLength

        private int BlockLength
      • ExecCount

        private int ExecCount
      • NextWindow

        private boolean NextWindow
      • ParentFilter

        private int ParentFilter
    • Constructor Detail

      • UnpackFilter

        public UnpackFilter()
    • 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)