public class ArXdrUnXdrBufferStream extends Object
| Constructor and Description |
|---|
ArXdrUnXdrBufferStream() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
unXdrBytes(byte[] bytesToUnXdr) |
static double |
unXdrDouble(byte[] bytesToUnXdr) |
static int |
unXdrInt(byte[] bytesToUnXdr) |
static byte[] |
xdrBytes(byte[] fromBytes) |
static byte[] |
xdrInt(int number) |
public static byte[] xdrBytes(byte[] fromBytes)
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcExceptionIOExceptionpublic static byte[] unXdrBytes(byte[] bytesToUnXdr)
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcExceptionIOExceptionpublic static byte[] xdrInt(int number)
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcExceptionIOExceptionpublic static int unXdrInt(byte[] bytesToUnXdr)
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcExceptionIOExceptionpublic static double unXdrDouble(byte[] bytesToUnXdr)
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcExceptionIOException? Copyright 2013 BMC Software, Inc.