Class PrimitiveArrayParameterStrategy

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.kenai.jffi.ObjectParameterStrategy

        com.kenai.jffi.ObjectParameterStrategy.StrategyType
    • Field Summary

      • Fields inherited from class com.kenai.jffi.ObjectParameterStrategy

        DIRECT, HEAP
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long address​(java.lang.Object o)  
      java.lang.Object object​(java.lang.Object o)  
      int offset​(java.lang.Object o)  
      • Methods inherited from class com.kenai.jffi.ObjectParameterStrategy

        isDirect, length
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • address

        public final long address​(java.lang.Object o)
        Specified by:
        address in class com.kenai.jffi.ObjectParameterStrategy
      • object

        public final java.lang.Object object​(java.lang.Object o)
        Specified by:
        object in class com.kenai.jffi.ObjectParameterStrategy
      • offset

        public final int offset​(java.lang.Object o)
        Specified by:
        offset in class com.kenai.jffi.ObjectParameterStrategy