com.github.junrar.unpack
Class UnpackFilter

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

public class UnpackFilter
extends Object

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Constructor Summary
UnpackFilter()
           
 
Method Summary
 int getBlockLength()
           
 int getBlockStart()
           
 int getExecCount()
           
 int getParentFilter()
           
 VMPreparedProgram getPrg()
           
 boolean isNextWindow()
           
 void setBlockLength(int blockLength)
           
 void setBlockStart(int blockStart)
           
 void setExecCount(int execCount)
           
 void setNextWindow(boolean nextWindow)
           
 void setParentFilter(int parentFilter)
           
 void setPrg(VMPreparedProgram prg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

getPrg

public VMPreparedProgram getPrg()

setPrg

public void setPrg(VMPreparedProgram prg)


Copyright © 2012. All Rights Reserved.