|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.ToNativeContext
com.sun.jna.StructureWriteContext
public class StructureWriteContext
Provide Java to native type conversion context for a Structure
field write.
Constructor Summary | |
---|---|
StructureWriteContext(Structure struct,
java.lang.reflect.Field field)
|
Method Summary | |
---|---|
java.lang.reflect.Field |
getField()
Get the Field being written to native memory. |
Structure |
getStructure()
Get the Structure the field is a member of. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
StructureWriteContext(Structure struct, java.lang.reflect.Field field)
Method Detail |
---|
public Structure getStructure()
Structure
the field is a member of.
public java.lang.reflect.Field getField()
Field
being written to native memory.
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |