Package org.eclipse.cdt.utils.som
Class AR.ARHeader
- java.lang.Object
-
- org.eclipse.cdt.utils.som.AR.ARHeader
-
- Enclosing class:
- AR
public class AR.ARHeader extends java.lang.ObjectArchive and archive member header. Does not include 8-byte magic character.
-
-
Field Summary
Fields Modifier and Type Field Description static intHEADER_SIZEintsomOffsetintsomSize
-
Constructor Summary
Constructors Constructor Description ARHeader(long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getObjectData()longgetObjectDataOffset()java.lang.StringgetObjectName()Get the name of the object filelonggetSize()Get the size of the object file .
-
-
-
Field Detail
-
HEADER_SIZE
public static final int HEADER_SIZE
- See Also:
- Constant Field Values
-
somOffset
public int somOffset
-
somSize
public int somSize
-
-
Method Detail
-
getObjectName
public java.lang.String getObjectName()
Get the name of the object file
-
getSize
public long getSize()
Get the size of the object file .
-
getObjectData
public byte[] getObjectData() throws java.io.IOException- Throws:
java.io.IOException
-
getObjectDataOffset
public long getObjectDataOffset()
-
-