public class RLPTO extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Constructor and Description |
|---|
RLPTO(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
static java.lang.Object |
decode(byte[] data) |
static java.lang.Object |
decode(byte[] data,
java.util.concurrent.atomic.AtomicInteger offset,
int len) |
getName, refSnapshot, setName, toStringpublic java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptExceptionpublic static java.lang.Object decode(byte[] data)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.Object decode(byte[] data,
java.util.concurrent.atomic.AtomicInteger offset,
int len)
throws java.lang.Exception
java.lang.Exception