JNA API 4.1.0
com.sun.jna

Class StructureReadContext



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

      Methods 
      Modifier and Type Method and Description
      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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 4.1.0

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