Package apple.struct

Class fpunchhole


  • public final class fpunchhole
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        fpunchhole()  
        fpunchhole​(int fp_flags, int reserved, long fp_offset, long fp_length)  
      protected fpunchhole​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int fp_flags()
      unused
      long fp_length()
      IN: size of the region
      long fp_offset()
      IN: start of the region
      int reserved()
      (to maintain 8-byte alignment)
      void setFp_flags​(int value)
      unused
      void setFp_length​(long value)
      IN: size of the region
      void setFp_offset​(long value)
      IN: start of the region
      void setReserved​(int value)
      (to maintain 8-byte alignment)
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • fpunchhole

        public fpunchhole()
      • fpunchhole

        protected fpunchhole​(org.moe.natj.general.Pointer peer)
      • fpunchhole

        public fpunchhole​(int fp_flags,
                          int reserved,
                          long fp_offset,
                          long fp_length)
    • Method Detail

      • fp_flags

        public int fp_flags()
        unused
      • setFp_flags

        public void setFp_flags​(int value)
        unused
      • reserved

        public int reserved()
        (to maintain 8-byte alignment)
      • setReserved

        public void setReserved​(int value)
        (to maintain 8-byte alignment)
      • fp_offset

        public long fp_offset()
        IN: start of the region
      • setFp_offset

        public void setFp_offset​(long value)
        IN: start of the region
      • fp_length

        public long fp_length()
        IN: size of the region
      • setFp_length

        public void setFp_length​(long value)
        IN: size of the region