public interface UnboxedFunction<A extends java.io.Serializable,B extends java.io.Serializable>
Modifier and Type | Method and Description |
---|---|
void |
call(byte[] buf_arg,
int ofs_arg,
byte[] buf_result,
int ofs_result)
The function MUST support situations where the argument
and return buffers overlap.
|