com.partnersoft.maps.rover
Class RoverBytes

java.lang.Object
  extended by com.partnersoft.maps.rover.RoverBytes

public class RoverBytes
extends java.lang.Object

A packet of rover bytecode along with any parameters needed for interpretation.

Copyright 2003-2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

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

Constructor Detail

RoverBytes

public RoverBytes(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()