Package org.eclipse.cdt.utils
Class AR.ARHeader
java.lang.Object
org.eclipse.cdt.utils.AR.ARHeader
- Enclosing class:
AR
The
ARHeader
class is used to store the per-object file
archive headers. It can also create an Elf object for inspecting
the object file data.-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
long
Get the name of the object filelong
getSize()
Get the size of the object 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
-