Package apple.struct

Class fsupplement


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

      Constructors 
      Modifier Constructor Description
        fsupplement()  
        fsupplement​(long fs_file_start, long fs_blob_start, long fs_blob_size, int fs_orig_fd)  
      protected fsupplement​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long fs_blob_size()
      signature blob size
      long fs_blob_start()
      offset of signature in Mach-O image
      long fs_file_start()
      offset of Mach-O image in FAT file
      int fs_orig_fd()
      address of original image
      void setFs_blob_size​(long value)
      signature blob size
      void setFs_blob_start​(long value)
      offset of signature in Mach-O image
      void setFs_file_start​(long value)
      offset of Mach-O image in FAT file
      void setFs_orig_fd​(int value)
      address of original image
      • 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

      • fsupplement

        public fsupplement()
      • fsupplement

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

        public fsupplement​(long fs_file_start,
                           long fs_blob_start,
                           long fs_blob_size,
                           int fs_orig_fd)
    • Method Detail

      • fs_file_start

        public long fs_file_start()
        offset of Mach-O image in FAT file
      • setFs_file_start

        public void setFs_file_start​(long value)
        offset of Mach-O image in FAT file
      • fs_blob_start

        public long fs_blob_start()
        offset of signature in Mach-O image
      • setFs_blob_start

        public void setFs_blob_start​(long value)
        offset of signature in Mach-O image
      • fs_blob_size

        public long fs_blob_size()
        signature blob size
      • setFs_blob_size

        public void setFs_blob_size​(long value)
        signature blob size
      • fs_orig_fd

        public int fs_orig_fd()
        address of original image
      • setFs_orig_fd

        public void setFs_orig_fd​(int value)
        address of original image