JNA API 4.5.0-SNAPSHOT
Package com.sun.jna

Interface FromNativeConverter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object fromNative​(java.lang.Object nativeValue, FromNativeContext context)
      Convert the given native object into its Java representation using the given context.
      java.lang.Class<?> nativeType​()
      Indicate the native type used by this converter.
    • Method Detail

      • fromNative

        java.lang.Object fromNative​(java.lang.Object nativeValue,
                                    FromNativeContext context)
        Convert the given native object into its Java representation using the given context.
      • nativeType

        java.lang.Class<?> nativeType​()
        Indicate the native type used by this converter.
JNA API 4.5.0-SNAPSHOT

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