Package apple.struct

Class fspecread


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

      Constructors 
      Modifier Constructor Description
        fspecread()  
        fspecread​(int fsr_flags, int reserved, long fsr_offset, long fsr_length)  
      protected fspecread​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int fsr_flags()
      IN: flags word
      long fsr_length()
      IN: size of the region
      long fsr_offset()
      IN: start of the region
      int reserved()
      to maintain 8-byte alignment
      void setFsr_flags​(int value)
      IN: flags word
      void setFsr_length​(long value)
      IN: size of the region
      void setFsr_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

      • fspecread

        public fspecread()
      • fspecread

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

        public fspecread​(int fsr_flags,
                         int reserved,
                         long fsr_offset,
                         long fsr_length)
    • Method Detail

      • fsr_flags

        public int fsr_flags()
        IN: flags word
      • setFsr_flags

        public void setFsr_flags​(int value)
        IN: flags word
      • reserved

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

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

        public long fsr_offset()
        IN: start of the region
      • setFsr_offset

        public void setFsr_offset​(long value)
        IN: start of the region
      • fsr_length

        public long fsr_length()
        IN: size of the region
      • setFsr_length

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