Class ArrayMarshalers.LongArrayMarshaler

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

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

    Constructors
    Constructor Description
    LongArrayMarshaler()  
  • Method Summary

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

    • LongArrayMarshaler

      public LongArrayMarshaler()
  • Method Details

    • toNative

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

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

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

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

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

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

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