com.sun.jna

Class StructureReadContext

public class StructureReadContext extends FromNativeContext

Provide native to Java type conversion context for a Structure field read.
Constructor Summary
StructureReadContext(Structure struct, Field field)
Method Summary
FieldgetField()
Get the Field being read from native memory.
StructuregetStructure()
Get the Structure the field is a member of.

Constructor Detail

StructureReadContext

StructureReadContext(Structure struct, Field field)

Method Detail

getField

public Field getField()
Get the Field being read from native memory.

getStructure

public Structure getStructure()
Get the Structure the field is a member of.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.