|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToNativeConverter
Define conversion from a Java type to its corresponding native type.
Method Summary | |
---|---|
java.lang.Class |
nativeType()
Indicate the type expected from toNative(java.lang.Object, com.sun.jna.ToNativeContext) . |
java.lang.Object |
toNative(java.lang.Object value,
ToNativeContext context)
Convert a Java type to an appropriate native type. |
Method Detail |
---|
java.lang.Object toNative(java.lang.Object value, ToNativeContext context)
Pointer
NativeLong
Structure
WString
Buffer
java.lang.Class nativeType()
toNative(java.lang.Object, com.sun.jna.ToNativeContext)
.
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |