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 StringgetArchiveName()byte[]getObjectData()longgetObjectDataOffset()StringgetObjectName()Get the name of the object filelonggetSize()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
-
-