com.sun.jna
public interface FromNativeConverter
| Method Summary | |
|---|---|
| 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. |