JNA API 3.5.1
com.sun.jna

Interface NativeMapped

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Object fromNative(Object nativeValue, FromNativeContext context)
      Convert the given native object into its Java representation using the given context.
      Class nativeType()
      Indicate the native type used by this converter.
      Object toNative()
      Convert this object into a supported native type.
    • Method Detail

      • fromNative

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

        Object toNative()
        Convert this object into a supported native type.
      • nativeType

        Class nativeType()
        Indicate the native type used by this converter.
JNA API 3.5.1

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