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