Xojo Developer Conference
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
Platforms to show: All Mac Windows Linux Cross-Platform
JavaCharArrayMBS.Constructor
Function:
The private constructor.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java | MBS Java Plugin | 15.1 | Yes | Yes | Yes | Yes | No |
JavaCharArrayMBS.Elements as memoryblock
Function:
All the elements in this array as one memoryblock.
Notes: Use memoryblock.UShortMBS(index*2) to access.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java | MBS Java Plugin | 4.3 | Yes | Yes | Yes | Yes | No |
Notes: Use memoryblock.UShortMBS(index*2) to access.
JavaCharArrayMBS.Region(start as Integer, len as Integer) as memoryblock
Function:
Get or set a region of the array.
Notes:
Start is the starting index (0 based) and len the number of items to copy.
Throws ArrayIndexOutOfBoundsException if (start + len - 1) does not specify a valid index in the array.
(Read and Write computed property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Java | MBS Java Plugin | 4.3 | Yes | Yes | Yes | Yes | No |
Notes:
Start is the starting index (0 based) and len the number of items to copy.
Throws ArrayIndexOutOfBoundsException if (start + len - 1) does not specify a valid index in the array.
(Read and Write computed property)
JavaCharArrayMBS.Values as UInt16()
Function:
Returns a Xojo array with values.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | Java | MBS Java Plugin | 15.1 | Yes | Yes | Yes | Yes | No |
The items on this page are in the following plugins: MBS Java Plugin.
Links
MBS Xojo Plugins