JNA API 5.4.0
Package com.sun.jna

Class StructureReadContext



  • public class StructureReadContext
    extends FromNativeContext
    Provide native to Java type conversion context for a Structure field read.
    • Constructor Detail

      • StructureReadContext

        StructureReadContext​(Structure struct,
                             java.lang.reflect.Field field)
    • Method Detail

      • getStructure

        public Structure getStructure​()
        Get the Structure the field is a member of.
      • getField

        public java.lang.reflect.Field getField​()
        Get the Field being read from native memory.
JNA API 5.4.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.