Skip navigation links
A B C E F G H I N R S T U 

R

refreshContent(Object) - Method in interface com.is2t.hil.NativeInterface
Refresh full content of array if it is immortal.
Does nothing if the given object is not an immortal array.
Equivalent to call NativeInterface.refreshImmortalContent(Object) assuming that the array is immortal.
refreshContent(Object, int, int) - Method in interface com.is2t.hil.NativeInterface
Refresh content of array if it is immortal.
Does nothing if the given object is not an immortal array.
refreshImmortalContent(Object) - Method in interface com.is2t.hil.NativeInterface
Refresh fully an immortal array.
Equivalent to call NativeInterface.refreshImmortalContent(Object, int, int) with the full array range.
refreshImmortalContent(Object, int, int) - Method in interface com.is2t.hil.NativeInterface
Refresh content of an immortal array.
Only range [offset, offset + length - 1] is refreshed.
registerNativeResource(Closeable) - Method in interface com.is2t.hil.NativeInterface
Registers a native resource that will be closed automatically when the simulator will stop or when the native resource will be unregistered (see NativeInterface.unregisterNativeResource(int)).
A B C E F G H I N R S T U 
Skip navigation links