Skip navigation links
JNA API 4.2.1
com.sun.jna

Class StructureWriteContext



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

      • StructureWriteContext

        StructureWriteContext(Structure struct,
                              Field field)
    • Method Detail

      • getStructure

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

        public Field getField()
        Get the Field being written to native memory.
JNA API 4.2.1

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