public class FlameBuiltin extends Object
| Constructor and Description |
|---|
FlameBuiltin() |
| Modifier and Type | Method and Description |
|---|---|
void |
__setstate__(HashMap<?,?> args)
called by the Unpickler to restore state
|
Object |
call(Object... arguments) |
void |
close() |
void |
setHmacKey(byte[] hmac) |
public void __setstate__(HashMap<?,?> args) throws IOException
IOExceptionpublic Object call(Object... arguments) throws PickleException, PyroException, IOException
PickleExceptionPyroExceptionIOExceptionpublic void close()
public void setHmacKey(byte[] hmac)
Copyright © 2015. All rights reserved.