Package org.robovm.rt.bro
Class ArrayMarshalers.IntArrayMarshaler
java.lang.Object
org.robovm.rt.bro.ArrayMarshalers.IntArrayMarshaler
- Enclosing class:
- ArrayMarshalers
public static class ArrayMarshalers.IntArrayMarshaler extends Object
Marshals to/from
int[], int[][] and int[][][].-
Constructor Summary
Constructors Constructor Description IntArrayMarshaler() -
Method Summary
Modifier and Type Method Description static voidtoNative(int[][][] o, long handle, long flags, int d1, int d2, int d3)static voidtoNative(int[][] o, long handle, long flags, int d1, int d2)static longtoNative(int[] o, long flags)static voidtoNative(int[] o, long handle, long flags, int d1)static int[]toObject(Class<?> arrayClass, long handle, long flags, int d1)static int[][]toObject(Class<?> arrayClass, long handle, long flags, int d1, int d2)static int[][][]toObject(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)
-
Constructor Details
-
IntArrayMarshaler
public IntArrayMarshaler()
-
-
Method Details
-
toNative
public static long toNative(int[] o, long flags) -
toObject
-
toNative
public static void toNative(int[] o, long handle, long flags, int d1) -
toObject
-
toNative
public static void toNative(int[][] o, long handle, long flags, int d1, int d2) -
toObject
public static int[][][] toObject(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3) -
toNative
public static void toNative(int[][][] o, long handle, long flags, int d1, int d2, int d3)
-