Package apple.struct

Class fstore


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

      Constructors 
      Modifier Constructor Description
        fstore()  
      protected fstore​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long fst_bytesalloc()
      OUT: number of bytes allocated
      int fst_flags()
      IN: flags word
      long fst_length()
      IN: size of the region
      long fst_offset()
      IN: start of the region
      int fst_posmode()
      IN: indicates use of offset field
      void setFst_bytesalloc​(long value)
      OUT: number of bytes allocated
      void setFst_flags​(int value)
      IN: flags word
      void setFst_length​(long value)
      IN: size of the region
      void setFst_offset​(long value)
      IN: start of the region
      void setFst_posmode​(int value)
      IN: indicates use of offset field
      • 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

      • fstore

        public fstore()
      • fstore

        protected fstore​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • fst_flags

        public int fst_flags()
        IN: flags word
      • setFst_flags

        public void setFst_flags​(int value)
        IN: flags word
      • fst_posmode

        public int fst_posmode()
        IN: indicates use of offset field
      • setFst_posmode

        public void setFst_posmode​(int value)
        IN: indicates use of offset field
      • fst_offset

        public long fst_offset()
        IN: start of the region
      • setFst_offset

        public void setFst_offset​(long value)
        IN: start of the region
      • fst_length

        public long fst_length()
        IN: size of the region
      • setFst_length

        public void setFst_length​(long value)
        IN: size of the region
      • fst_bytesalloc

        public long fst_bytesalloc()
        OUT: number of bytes allocated
      • setFst_bytesalloc

        public void setFst_bytesalloc​(long value)
        OUT: number of bytes allocated