Package apple.struct

Class ftrimactivefile


  • public final class ftrimactivefile
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long fta_length()
      IN: size of the region
      long fta_offset()
      IN: start of the region
      void setFta_length​(long value)
      IN: size of the region
      void setFta_offset​(long value)
      IN: start of the region
      • 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

      • ftrimactivefile

        public ftrimactivefile()
      • ftrimactivefile

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

        public ftrimactivefile​(long fta_offset,
                               long fta_length)
    • Method Detail

      • fta_offset

        public long fta_offset()
        IN: start of the region
      • setFta_offset

        public void setFta_offset​(long value)
        IN: start of the region
      • fta_length

        public long fta_length()
        IN: size of the region
      • setFta_length

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