JNA API 3.2.7

com.sun.jna
Interface ToNativeConverter

All Known Subinterfaces:
TypeConverter
All Known Implementing Classes:
NativeMappedConverter

public interface ToNativeConverter

Define conversion from a Java type to its corresponding native type.


Method Summary
 Class nativeType()
          Indicate the type expected from toNative(java.lang.Object, com.sun.jna.ToNativeContext).
 Object toNative(Object value, ToNativeContext context)
          Convert a Java type to an appropriate native type.
 

Method Detail

toNative

Object toNative(Object value,
                ToNativeContext context)
Convert a Java type to an appropriate native type. The new type must be one of the following classes:


nativeType

Class nativeType()
Indicate the type expected from toNative(java.lang.Object, com.sun.jna.ToNativeContext).


JNA API 3.2.7

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