rcxport
Class RCXTask

java.lang.Object
  |
  +--rcxport.RCXTask

public class RCXTask
extends Object
implements Serializable

Representation of RCX Task.

Author:
Scott B. Lewis, slewis@teleport.com
See Also:
Serialized Form

Field Summary
(package private)  byte[] myBytes
           
 
Constructor Summary
RCXTask(byte[] bytes)
           
 
Method Summary
protected  byte[] getBytes()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myBytes

byte[] myBytes
Constructor Detail

RCXTask

public RCXTask(byte[] bytes)
Method Detail

getBytes

protected byte[] getBytes()