org.jbrain.qlink.cmd
Class CommandFactory

java.lang.Object
  |
  +--org.jbrain.qlink.cmd.CommandFactory

public class CommandFactory
extends java.lang.Object


Constructor Summary
CommandFactory()
           
 
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

CommandFactory

public CommandFactory()
Method Detail

newInstance

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