Package apple.struct

Class fgetsigsinfo


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

      Constructors 
      Modifier Constructor Description
        fgetsigsinfo()  
        fgetsigsinfo​(long fg_file_start, int fg_info_request, int fg_sig_is_platform)  
      protected fgetsigsinfo​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long fg_file_start()
      IN: Offset in the file to look for a signature, -1 for any signature
      int fg_info_request()
      IN: Key indicating the info requested
      int fg_sig_is_platform()
      OUT: 1 if the signature is a plat form binary, 0 if not
      void setFg_file_start​(long value)
      IN: Offset in the file to look for a signature, -1 for any signature
      void setFg_info_request​(int value)
      IN: Key indicating the info requested
      void setFg_sig_is_platform​(int value)
      OUT: 1 if the signature is a plat form binary, 0 if not
      • 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

      • fgetsigsinfo

        public fgetsigsinfo()
      • fgetsigsinfo

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

        public fgetsigsinfo​(long fg_file_start,
                            int fg_info_request,
                            int fg_sig_is_platform)
    • Method Detail

      • fg_file_start

        public long fg_file_start()
        IN: Offset in the file to look for a signature, -1 for any signature
      • setFg_file_start

        public void setFg_file_start​(long value)
        IN: Offset in the file to look for a signature, -1 for any signature
      • fg_info_request

        public int fg_info_request()
        IN: Key indicating the info requested
      • setFg_info_request

        public void setFg_info_request​(int value)
        IN: Key indicating the info requested
      • fg_sig_is_platform

        public int fg_sig_is_platform()
        OUT: 1 if the signature is a plat form binary, 0 if not
      • setFg_sig_is_platform

        public void setFg_sig_is_platform​(int value)
        OUT: 1 if the signature is a plat form binary, 0 if not