AndroidJNI.SetByteArrayElement Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.SetByteArrayElement

static function SetByteArrayElement (array : IntPtr, index : int, val : sbyte) : void

Description

Sets the value of one element in a primitive array.

This function is a special case of SetByteArrayRegion(), called with region size set to 1.

See Also: Java Native Interface Specification (Oracle)