Skip navigation links
JNA API 4.2.1
com.sun.jna

Interface Function.PostCallRead

  • All Known Implementing Classes:
    StringArray
    Enclosing class:
    Function


    public static interface Function.PostCallRead
    Any argument which implements this interface will have the read() method called immediately after function invocation.
    • Method Detail

      • read

        void read()
        Perform any necessary post-call synchronization. Normally this just means reading from native memory any changes made by the native function call.
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.