AndroidJNI.NewByteArray
static function NewByteArray(size: int): IntPtr;
static IntPtr NewByteArray(int size);
static def NewByteArray(size as int) as IntPtr
Description

Construct a new primitive array object.