Package org.eclipse.cdt.utils.som
Class AR.ARHeader
- java.lang.Object
-
- org.eclipse.cdt.utils.som.AR.ARHeader
-
-
Field Summary
Fields Modifier and Type Field Description static int
HEADER_SIZE
int
somOffset
int
somSize
-
Constructor Summary
Constructors Constructor Description ARHeader(long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getObjectData()
long
getObjectDataOffset()
String
getObjectName()
Get the name of the object filelong
getSize()
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
-
-
Constructor Detail
-
ARHeader
public ARHeader(long offset) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getObjectName
public 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 IOException
- Throws:
IOException
-
getObjectDataOffset
public long getObjectDataOffset()
-
-