Package org.eclipse.cdt.utils.xcoff
Class AR.MemberHeader
- java.lang.Object
-
- org.eclipse.cdt.utils.xcoff.AR.MemberHeader
-
-
Constructor Summary
Constructors Constructor Description MemberHeader()
Creates a new archive header object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArchiveName()
byte[]
getObjectData()
long
getObjectDataOffset()
String
getObjectName()
Get the name of the object filelong
getSize()
Get the size of the object file .
-
-
-
Constructor Detail
-
MemberHeader
public MemberHeader() throws IOException
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 Detail
-
getObjectName
public String getObjectName()
Get the name of the object file
-
getSize
public long getSize()
Get the size of the object file .
-
getArchiveName
public String getArchiveName()
-
getObjectDataOffset
public long getObjectDataOffset()
-
getObjectData
public byte[] getObjectData() throws IOException
- Throws:
IOException
-
-