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