stella.firecam
Class imagearr

java.lang.Object
  extended by stella.firecam.imagearr
All Implemented Interfaces:
org.acplt.oncrpc.XdrAble

public class imagearr
extends Object
implements org.acplt.oncrpc.XdrAble


Field Summary
 short[] value
           
 
Constructor Summary
imagearr()
           
imagearr(short[] value)
           
imagearr(org.acplt.oncrpc.XdrDecodingStream xdr)
           
 
Method Summary
 void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
           
 void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public short[] value
Constructor Detail

imagearr

public imagearr()

imagearr

public imagearr(short[] value)

imagearr

public imagearr(org.acplt.oncrpc.XdrDecodingStream xdr)
         throws org.acplt.oncrpc.OncRpcException,
                IOException
Throws:
org.acplt.oncrpc.OncRpcException
IOException
Method Detail

xdrEncode

public void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Specified by:
xdrEncode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
IOException

xdrDecode

public void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      IOException
Specified by:
xdrDecode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
IOException