Uses of Class
org.robovm.rt.bro.annotation.MarshalsArray

Packages that use MarshalsArray
Package Description
org.robovm.rt.bro  
  • Uses of MarshalsArray in org.robovm.rt.bro

    Methods in org.robovm.rt.bro with annotations of type MarshalsArray
    Modifier and Type Method Description
    static <T extends Struct<T>>
    void
    Struct.Marshaler.array1DToNative​(T[] o, long handle, long flags, int d1)  
    static <T extends Struct<T>>
    T[]
    Struct.Marshaler.array1DToObject​(Class<T[]> arrayClass, long handle, long flags, int d1)  
    static <T extends Struct<T>>
    void
    Struct.Marshaler.array2DToNative​(T[][] o, long handle, long flags, int d1, int d2)  
    static <T extends Struct<T>>
    T[][]
    Struct.Marshaler.array2DToObject​(Class<T[][]> arrayClass, long handle, long flags, int d1, int d2)  
    static <T extends Struct<T>>
    void
    Struct.Marshaler.array3DToNative​(T[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static <T extends Struct<T>>
    T[][][]
    Struct.Marshaler.array3DToObject​(Class<T[][][]> arrayClass, long handle, long flags, int d1, int d2, int d3)  
    static ByteBuffer BufferMarshalers.BufferMarshaler.toByteBuffer​(Class<?> cls, long handle, long flags, int d1)  
    static ByteBuffer BufferMarshalers.BufferMarshaler.toByteBuffer​(Class<?> cls, long handle, long flags, int d1, int d2)  
    static ByteBuffer BufferMarshalers.BufferMarshaler.toByteBuffer​(Class<?> cls, long handle, long flags, int d1, int d2, int d3)  
    static CharBuffer BufferMarshalers.BufferMarshaler.toCharBuffer​(Class<?> cls, long handle, long flags, int d1)  
    static CharBuffer BufferMarshalers.BufferMarshaler.toCharBuffer​(Class<?> cls, long handle, long flags, int d1, int d2)  
    static CharBuffer BufferMarshalers.BufferMarshaler.toCharBuffer​(Class<?> cls, long handle, long flags, int d1, int d2, int d3)  
    static DoubleBuffer BufferMarshalers.BufferMarshaler.toDoubleBuffer​(Class<?> cls, long handle, long flags, int d1)  
    static DoubleBuffer BufferMarshalers.BufferMarshaler.toDoubleBuffer​(Class<?> cls, long handle, long flags, int d1, int d2)  
    static DoubleBuffer BufferMarshalers.BufferMarshaler.toDoubleBuffer​(Class<?> cls, long handle, long flags, int d1, int d2, int d3)  
    static FloatBuffer BufferMarshalers.BufferMarshaler.toFloatBuffer​(Class<?> cls, long handle, long flags, int d1)  
    static FloatBuffer BufferMarshalers.BufferMarshaler.toFloatBuffer​(Class<?> cls, long handle, long flags, int d1, int d2)  
    static FloatBuffer BufferMarshalers.BufferMarshaler.toFloatBuffer​(Class<?> cls, long handle, long flags, int d1, int d2, int d3)  
    static IntBuffer BufferMarshalers.BufferMarshaler.toIntBuffer​(Class<?> cls, long handle, long flags, int d1)  
    static IntBuffer BufferMarshalers.BufferMarshaler.toIntBuffer​(Class<?> cls, long handle, long flags, int d1, int d2)  
    static IntBuffer BufferMarshalers.BufferMarshaler.toIntBuffer​(Class<?> cls, long handle, long flags, int d1, int d2, int d3)  
    static LongBuffer BufferMarshalers.BufferMarshaler.toLongBuffer​(Class<?> cls, long handle, long flags, int d1)  
    static LongBuffer BufferMarshalers.BufferMarshaler.toLongBuffer​(Class<?> cls, long handle, long flags, int d1, int d2)  
    static LongBuffer BufferMarshalers.BufferMarshaler.toLongBuffer​(Class<?> cls, long handle, long flags, int d1, int d2, int d3)  
    static void ArrayMarshalers.ByteArrayMarshaler.toNative​(byte[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void ArrayMarshalers.ByteArrayMarshaler.toNative​(byte[][] o, long handle, long flags, int d1, int d2)  
    static void ArrayMarshalers.ByteArrayMarshaler.toNative​(byte[] o, long handle, long flags, int d1)  
    static void ArrayMarshalers.CharArrayMarshaler.toNative​(char[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void ArrayMarshalers.CharArrayMarshaler.toNative​(char[][] o, long handle, long flags, int d1, int d2)  
    static void ArrayMarshalers.CharArrayMarshaler.toNative​(char[] o, long handle, long flags, int d1)  
    static void ArrayMarshalers.DoubleArrayMarshaler.toNative​(double[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void ArrayMarshalers.DoubleArrayMarshaler.toNative​(double[][] o, long handle, long flags, int d1, int d2)  
    static void ArrayMarshalers.DoubleArrayMarshaler.toNative​(double[] o, long handle, long flags, int d1)  
    static void ArrayMarshalers.FloatArrayMarshaler.toNative​(float[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void ArrayMarshalers.FloatArrayMarshaler.toNative​(float[][] o, long handle, long flags, int d1, int d2)  
    static void ArrayMarshalers.FloatArrayMarshaler.toNative​(float[] o, long handle, long flags, int d1)  
    static void ArrayMarshalers.IntArrayMarshaler.toNative​(int[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void ArrayMarshalers.IntArrayMarshaler.toNative​(int[][] o, long handle, long flags, int d1, int d2)  
    static void ArrayMarshalers.IntArrayMarshaler.toNative​(int[] o, long handle, long flags, int d1)  
    static void ArrayMarshalers.LongArrayMarshaler.toNative​(long[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void ArrayMarshalers.LongArrayMarshaler.toNative​(long[][] o, long handle, long flags, int d1, int d2)  
    static void ArrayMarshalers.LongArrayMarshaler.toNative​(long[] o, long handle, long flags, int d1)  
    static void ArrayMarshalers.ShortArrayMarshaler.toNative​(short[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void ArrayMarshalers.ShortArrayMarshaler.toNative​(short[][] o, long handle, long flags, int d1, int d2)  
    static void ArrayMarshalers.ShortArrayMarshaler.toNative​(short[] o, long handle, long flags, int d1)  
    static void BufferMarshalers.BufferMarshaler.toNative​(ByteBuffer buffer, long handle, long flags, int d1)  
    static void BufferMarshalers.BufferMarshaler.toNative​(ByteBuffer buffer, long handle, long flags, int d1, int d2)  
    static void BufferMarshalers.BufferMarshaler.toNative​(ByteBuffer buffer, long handle, long flags, int d1, int d2, int d3)  
    static void BufferMarshalers.BufferMarshaler.toNative​(CharBuffer buffer, long handle, long flags, int d1)  
    static void BufferMarshalers.BufferMarshaler.toNative​(CharBuffer buffer, long handle, long flags, int d1, int d2)  
    static void BufferMarshalers.BufferMarshaler.toNative​(CharBuffer buffer, long handle, long flags, int d1, int d2, int d3)  
    static void BufferMarshalers.BufferMarshaler.toNative​(DoubleBuffer buffer, long handle, long flags, int d1)  
    static void BufferMarshalers.BufferMarshaler.toNative​(DoubleBuffer buffer, long handle, long flags, int d1, int d2)  
    static void BufferMarshalers.BufferMarshaler.toNative​(DoubleBuffer buffer, long handle, long flags, int d1, int d2, int d3)  
    static void BufferMarshalers.BufferMarshaler.toNative​(FloatBuffer buffer, long handle, long flags, int d1)  
    static void BufferMarshalers.BufferMarshaler.toNative​(FloatBuffer buffer, long handle, long flags, int d1, int d2)  
    static void BufferMarshalers.BufferMarshaler.toNative​(FloatBuffer buffer, long handle, long flags, int d1, int d2, int d3)  
    static void BufferMarshalers.BufferMarshaler.toNative​(IntBuffer buffer, long handle, long flags, int d1)  
    static void BufferMarshalers.BufferMarshaler.toNative​(IntBuffer buffer, long handle, long flags, int d1, int d2)  
    static void BufferMarshalers.BufferMarshaler.toNative​(IntBuffer buffer, long handle, long flags, int d1, int d2, int d3)  
    static void BufferMarshalers.BufferMarshaler.toNative​(LongBuffer buffer, long handle, long flags, int d1)  
    static void BufferMarshalers.BufferMarshaler.toNative​(LongBuffer buffer, long handle, long flags, int d1, int d2)  
    static void BufferMarshalers.BufferMarshaler.toNative​(LongBuffer buffer, long handle, long flags, int d1, int d2, int d3)  
    static void BufferMarshalers.BufferMarshaler.toNative​(ShortBuffer buffer, long handle, long flags, int d1)  
    static void BufferMarshalers.BufferMarshaler.toNative​(ShortBuffer buffer, long handle, long flags, int d1, int d2)  
    static void BufferMarshalers.BufferMarshaler.toNative​(ShortBuffer buffer, long handle, long flags, int d1, int d2, int d3)  
    static void StringMarshalers.AsAsciiZMarshaler.toNative​(String s, long handle, long flags, int d1)  
    static void StringMarshalers.AsDefaultCharsetZMarshaler.toNative​(String s, long handle, long flags, int d1)  
    static void StringMarshalers.AsLatin1ZMarshaler.toNative​(String s, long handle, long flags, int d1)  
    static void StringMarshalers.AsUtf8ZMarshaler.toNative​(String s, long handle, long flags, int d1)  
    static void StringMarshalers.AsWindow1252ZMarshaler.toNative​(String s, long handle, long flags, int d1)  
    static <T extends Struct<T>>
    void
    Struct.Marshaler.toNative​(T o, long handle, long flags, int d1)  
    static <T extends Struct<T>>
    void
    Struct.Marshaler.toNative​(T o, long handle, long flags, int d1, int d2)  
    static <T extends Struct<T>>
    void
    Struct.Marshaler.toNative​(T o, long handle, long flags, int d1, int d2, int d3)  
    static byte[] ArrayMarshalers.ByteArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1)  
    static byte[][] ArrayMarshalers.ByteArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)  
    static byte[][][] ArrayMarshalers.ByteArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)  
    static char[] ArrayMarshalers.CharArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1)  
    static char[][] ArrayMarshalers.CharArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)  
    static char[][][] ArrayMarshalers.CharArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)  
    static double[] ArrayMarshalers.DoubleArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1)  
    static double[][] ArrayMarshalers.DoubleArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)  
    static double[][][] ArrayMarshalers.DoubleArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)  
    static float[] ArrayMarshalers.FloatArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1)  
    static float[][] ArrayMarshalers.FloatArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)  
    static float[][][] ArrayMarshalers.FloatArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)  
    static int[] ArrayMarshalers.IntArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1)  
    static int[][] ArrayMarshalers.IntArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)  
    static int[][][] ArrayMarshalers.IntArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)  
    static long[] ArrayMarshalers.LongArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1)  
    static long[][] ArrayMarshalers.LongArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)  
    static long[][][] ArrayMarshalers.LongArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)  
    static short[] ArrayMarshalers.ShortArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1)  
    static short[][] ArrayMarshalers.ShortArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)  
    static short[][][] ArrayMarshalers.ShortArrayMarshaler.toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)  
    static String StringMarshalers.AsAsciiZMarshaler.toObject​(Class<?> cls, long handle, long flags, int d1)  
    static String StringMarshalers.AsDefaultCharsetZMarshaler.toObject​(Class<?> cls, long handle, long flags, int d1)  
    static String StringMarshalers.AsLatin1ZMarshaler.toObject​(Class<?> cls, long handle, long flags, int d1)  
    static String StringMarshalers.AsUtf8ZMarshaler.toObject​(Class<?> cls, long handle, long flags, int d1)  
    static String StringMarshalers.AsWindow1252ZMarshaler.toObject​(Class<?> cls, long handle, long flags, int d1)  
    static <T extends Struct<T>>
    T
    Struct.Marshaler.toObject​(Class<T> cls, long handle, long flags, int d1)  
    static <T extends Struct<T>>
    T
    Struct.Marshaler.toObject​(Class<T> cls, long handle, long flags, int d1, int d2)  
    static <T extends Struct<T>>
    T
    Struct.Marshaler.toObject​(Class<T> cls, long handle, long flags, int d1, int d2, int d3)  
    static ShortBuffer BufferMarshalers.BufferMarshaler.toShortBuffer​(Class<?> cls, long handle, long flags, int d1)  
    static ShortBuffer BufferMarshalers.BufferMarshaler.toShortBuffer​(Class<?> cls, long handle, long flags, int d1, int d2)  
    static ShortBuffer BufferMarshalers.BufferMarshaler.toShortBuffer​(Class<?> cls, long handle, long flags, int d1, int d2, int d3)