JNA API 4.5.0-SNAPSHOT
Package com.sun.jna

Class StructureWriteContext



  • public class StructureWriteContext
    extends ToNativeContext
    Provide Java to native type conversion context for a Structure field write.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Field getField​()
      Get the Field being written to 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

      • StructureWriteContext

        StructureWriteContext​(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 written to native memory.
JNA API 4.5.0-SNAPSHOT

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