Initializes a new instance of the boolArray class to refer to a Java null reference.
Initializes a new instance of the boolArray class to refer to a Java null reference.
public boolArray();
Initializes a new instance of the boolArray class to refer to a a preexisting Java boolean[] array represented by jobject.
public boolArray(JNIHandle);
Initializes a new instance of the boolArray class to refer to a newly created Java boolean[] of length size.
public boolArray(int);
boolArray Class | Codemesh.JuggerNET Namespace