Package com.sun.jna
Class StructureReadContext
- java.lang.Object
-
- com.sun.jna.FromNativeContext
-
- com.sun.jna.StructureReadContext
-
public class StructureReadContext extends FromNativeContext
Provide native to Java type conversion context for aStructure
field read.
-
-
Constructor Summary
Constructors Constructor Description StructureReadContext(Structure struct, java.lang.reflect.Field field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Field
getField()
Get theField
being read from native memory.Structure
getStructure()
Get theStructure
the field is a member of.-
Methods inherited from class com.sun.jna.FromNativeContext
getTargetType
-
-
-
-
Constructor Detail
-
StructureReadContext
StructureReadContext(Structure struct, java.lang.reflect.Field field)
-
-