Package apple.struct
Class fpunchhole
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.fpunchhole
-
public final class fpunchhole extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description fpunchhole()fpunchhole(int fp_flags, int reserved, long fp_offset, long fp_length)protectedfpunchhole(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intfp_flags()unusedlongfp_length()IN: size of the regionlongfp_offset()IN: start of the regionintreserved()(to maintain 8-byte alignment)voidsetFp_flags(int value)unusedvoidsetFp_length(long value)IN: size of the regionvoidsetFp_offset(long value)IN: start of the regionvoidsetReserved(int value)(to maintain 8-byte alignment)
-
-
-
Method Detail
-
fp_flags
public int fp_flags()
unused
-
setFp_flags
public void setFp_flags(int value)
unused
-
reserved
public int reserved()
(to maintain 8-byte alignment)
-
setReserved
public void setReserved(int value)
(to maintain 8-byte alignment)
-
fp_offset
public long fp_offset()
IN: start of the region
-
setFp_offset
public void setFp_offset(long value)
IN: start of the region
-
fp_length
public long fp_length()
IN: size of the region
-
setFp_length
public void setFp_length(long value)
IN: size of the region
-
-