Class DefaultInvokerFactory.BufferMarshaller

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.kenai.jffi.ObjectParameterType.ComponentType componentType  
      private int flags  
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferMarshaller​(com.kenai.jffi.ObjectParameterType.ComponentType componentType, java.util.Collection<java.lang.annotation.Annotation> annotations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(InvocationSession session, com.kenai.jffi.HeapInvocationBuffer buffer, java.lang.Object parameter)  
      • Methods inherited from class java.lang.Object

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

      • componentType

        private final com.kenai.jffi.ObjectParameterType.ComponentType componentType
      • flags

        private final int flags
    • Constructor Detail

      • BufferMarshaller

        BufferMarshaller​(com.kenai.jffi.ObjectParameterType.ComponentType componentType,
                         java.util.Collection<java.lang.annotation.Annotation> annotations)