com.slurm.gf
Class XXXCommand

java.lang.Object
  |
  +--com.slurm.gf.Command
        |
        +--com.slurm.gf.XXXCommand

public class XXXCommand
extends Command

Encapsulates an xxx command and its parameters.


Constructor Summary
XXXCommand(int l, int o, int k, int[] x)
           
 
Method Summary
 int[] getXBytes()
           
 int getXLength()
           
 
Methods inherited from class com.slurm.gf.Command
getLocation, getOpCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XXXCommand

public XXXCommand(int l,
                  int o,
                  int k,
                  int[] x)
Method Detail

getXLength

public int getXLength()

getXBytes

public int[] getXBytes()