Package apple.struct
Class fgetsigsinfo
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.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)protectedfgetsigsinfo(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longfg_file_start()IN: Offset in the file to look for a signature, -1 for any signatureintfg_info_request()IN: Key indicating the info requestedintfg_sig_is_platform()OUT: 1 if the signature is a plat form binary, 0 if notvoidsetFg_file_start(long value)IN: Offset in the file to look for a signature, -1 for any signaturevoidsetFg_info_request(int value)IN: Key indicating the info requestedvoidsetFg_sig_is_platform(int value)OUT: 1 if the signature is a plat form binary, 0 if not
-
-
-
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
-
-