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 void toNative​(short[][][] o, long handle, long flags, int d1, int d2, int d3)  
    static void toNative​(short[][] o, long handle, long flags, int d1, int d2)  
    static long toNative​(short[] o, long flags)  
    static void toNative​(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)  

    Methods inherited from class java.lang.Object

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

    • ShortArrayMarshaler

      public ShortArrayMarshaler()
  • Method Details

    • toNative

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

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

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

      public static short[][] toObject​(Class<?> arrayClass, long handle, long flags, int d1, int d2)
    • 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)