Class ArrayMarshalers.FloatArrayMarshaler

java.lang.Object
org.robovm.rt.bro.ArrayMarshalers.FloatArrayMarshaler
Enclosing class:
ArrayMarshalers

public static class ArrayMarshalers.FloatArrayMarshaler
extends Object
Marshals to/from float[], float[][] and float[][][].
  • Constructor Summary

    Constructors
    Constructor Description
    FloatArrayMarshaler()  
  • Method Summary

    Modifier and Type Method Description
    static void toNative​(float[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void toNative​(float[][] o, long handle, long flags, int d1, int d2)  
    static long toNative​(float[] o, long flags)  
    static void toNative​(float[] o, long handle, long flags, int d1)  
    static float[] toObject​(Class<?> arrayClass, long handle, long flags, int d1)  
    static float[][] toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)  
    static float[][][] toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FloatArrayMarshaler

      public FloatArrayMarshaler()
  • Method Details

    • toNative

      public static long toNative​(float[] o, long flags)
    • toObject

      public static float[] toObject​(Class<?> arrayClass, long handle, long flags, int d1)
    • toNative

      public static void toNative​(float[] o, long handle, long flags, int d1)
    • toObject

      public static float[][] toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)
    • toNative

      public static void toNative​(float[][] o, long handle, long flags, int d1, int d2)
    • toObject

      public static float[][][] toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2, int d3)
    • toNative

      public static void toNative​(float[][][] o, long handle, long flags, int d1, int d2, int d3)