Method group is Obsolete

AndroidJNI.SetByteArrayElement

Obsolete AndroidJNI.SetByteArrayElement is obsolete. Use AndroidJNI.SetSByteArrayElement method instead.

Declaration

public static void SetByteArrayElement(IntPtr array, int index, sbyte val);

Description

Sets the sbyte value of one element in a primitive array.

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

AndroidJNI.SetByteArrayElement is obsolete. Use AndroidJNI.SetSByteArrayElement instead.

Additional resources: Java Native Interface Specification (Oracle)


Did you find this page useful? Please give it a rating: