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