Constructor and Description |
---|
ARHeader()
Creates a new archive header object.
|
Modifier and Type | Method and Description |
---|---|
String |
getArchiveName() |
Elf |
getElf()
Create an new Elf object for the object file.
|
byte[] |
getObjectData() |
String |
getObjectName()
Get the name of the object file
|
long |
getSize()
Get the size of the object file .
|
public ARHeader() throws IOException
IOException
- There was an error processing the header data from the file.public String getObjectName()
public long getSize()
public String getArchiveName()
public Elf getElf() throws IOException
IOException
- Not a valid Elf object file.Elf( String, long )
public byte[] getObjectData() throws IOException
IOException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.