org.jbrain.qlink.cmd.action
Class ActionFactory

java.lang.Object
  |
  +--org.jbrain.qlink.cmd.action.ActionFactory

public class ActionFactory
extends java.lang.Object


Constructor Summary
ActionFactory()
           
 
Method Summary
 Command newInstance(byte[] b, int start, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFactory

public ActionFactory()
Method Detail

newInstance

public Command newInstance(byte[] b,
                           int start,
                           int len)
                    throws CRCException
CRCException