Package org.eclipse.cdt.utils
Class AR.ARHeader
- java.lang.Object
-
- org.eclipse.cdt.utils.AR.ARHeader
-
-
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 .
-
-
-
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
-
-