Package org.eclipse.cdt.utils.xcoff
Class AR.MemberHeader
java.lang.Object
org.eclipse.cdt.utils.xcoff.AR.MemberHeader
- Enclosing class:
AR
The
ARHeader
class is used to store the per-object file
archive headers. It can also create an XCOFF32 object for inspecting
the object file data.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
long
Get the name of the object filelong
getSize()
Get the size of the object file .
-
Constructor Details
-
MemberHeader
Creates a new archive header object. Assumes that file is already at the correct location in the file.- Throws:
IOException
- There was an error processing the header data from the file.
-
-
Method Details
-
getObjectName
Get the name of the object file -
getSize
public long getSize()Get the size of the object file . -
getArchiveName
-
getObjectDataOffset
public long getObjectDataOffset() -
getObjectData
- Throws:
IOException
-