public class imagearr1600 extends Object implements org.acplt.oncrpc.XdrAble, ImageArray
| Modifier and Type | Field and Description |
|---|---|
short[] |
value |
| Constructor and Description |
|---|
imagearr1600() |
imagearr1600(short[] value) |
imagearr1600(org.acplt.oncrpc.XdrDecodingStream xdr) |
| Modifier and Type | Method and Description |
|---|---|
short[] |
getValue()
Added manually to act as an ImageArray.
|
void |
xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr) |
void |
xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr) |
public imagearr1600()
public imagearr1600(short[] value)
public imagearr1600(org.acplt.oncrpc.XdrDecodingStream xdr)
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcExceptionIOExceptionpublic void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
throws org.acplt.oncrpc.OncRpcException,
IOException
xdrEncode in interface org.acplt.oncrpc.XdrAbleorg.acplt.oncrpc.OncRpcExceptionIOExceptionpublic void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
throws org.acplt.oncrpc.OncRpcException,
IOException
xdrDecode in interface org.acplt.oncrpc.XdrAbleorg.acplt.oncrpc.OncRpcExceptionIOExceptionpublic short[] getValue()
getValue in interface ImageArray