Class AR.ARHeader

java.lang.Object
org.eclipse.cdt.utils.som.AR.ARHeader
Enclosing class:
AR

public class AR.ARHeader extends Object
Archive and archive member header. Does not include 8-byte magic character.
  • Field Details

    • HEADER_SIZE

      public static final int HEADER_SIZE
      See Also:
    • somOffset

      public int somOffset
    • somSize

      public int somSize
  • Constructor Details

  • Method Details

    • getObjectName

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

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

      public byte[] getObjectData() throws IOException
      Throws:
      IOException
    • getObjectDataOffset

      public long getObjectDataOffset()