| Constructor and Description |
|---|
ARHeader()
Creates a new archive header object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArchiveName() |
byte[] |
getObjectData() |
long |
getObjectDataOffset()
Create an new MachO object for the object file.
|
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 long getObjectDataOffset()
throws IOException
IOException - Not a valid MachO object file.MachO.MachO( String, long )public byte[] getObjectData()
throws IOException
IOExceptionCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.