Updates the current value of this variable. @param value The new value. @return A variable representing the new value.
(byte[] value)
| 41 | * @return A variable representing the new value. |
| 42 | */ |
| 43 | public native Variable mutate(byte[] value); |
| 44 | |
| 45 | protected native void finalize(); |
| 46 |
no outgoing calls