Constructor and Description |
---|
ARHeader()
Creates a new archive header object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getObjectData() |
String |
getObjectName()
Get the name of the object file
|
PE |
getPE()
Create an new PE object for the object file.
|
PE |
getPE(boolean filter_on) |
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 PE getPE() throws IOException
IOException
- Not a valid PE object file.PE( String, long )
public PE getPE(boolean filter_on) throws IOException
IOException
public byte[] getObjectData() throws IOException
IOException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.