Class FatArch


  • public class FatArch
    extends java.lang.Object
    Represents a fat_arch structure.
    See Also:
    mach-o/fat.h
    • Constructor Detail

      • FatArch

        public FatArch()
        DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
    • Method Detail

      • getCpuType

        public int getCpuType()
        See Also:
        CpuTypes
      • getCpuSubType

        public int getCpuSubType()
        See Also:
        CpuSubTypes
      • getOffset

        public int getOffset()
        Returns the file offset to this object file.
        Returns:
        the file offset to this object file
      • getSize

        public int getSize()
        Returns the size of this object file.
        Returns:
        the size of this object file
      • getAlign

        public int getAlign()
        Returns the alignment as a power of 2.
        Returns:
        the alignment as a power of 2
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object