Class ArrayMarshalers.CharArrayMarshaler

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

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

    Constructors
    Constructor Description
    CharArrayMarshaler()  
  • Method Summary

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

    • CharArrayMarshaler

      public CharArrayMarshaler()
  • Method Details

    • toNative

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

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

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

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

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

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

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