Class AR.ARHeader

  • Enclosing class:
    AR

    public class AR.ARHeader
    extends Object
    The ARHeader class is used to store the per-object file archive headers. It can also create an Elf object for inspecting the object file data.
    • Method Detail

      • getObjectName

        public String getObjectName()
        Get the name of the object file
      • getSize

        public long getSize()
        Get the size of the object file .
      • getArchiveName

        public String getArchiveName()
      • getObjectDataOffset

        public long getObjectDataOffset()