Package org.eclipse.cdt.utils.som
Class AR.ARHeader
java.lang.Object
org.eclipse.cdt.utils.som.AR.ARHeader
- Enclosing class:
AR
Archive and archive member header. Does not include 8-byte magic character.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
long
Get the name of the object filelong
getSize()
Get the size of the object file .
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
-
somOffset
public int somOffset -
somSize
public int somSize
-
-
Constructor Details
-
ARHeader
- Throws:
IOException
-
-
Method Details
-
getObjectName
Get the name of the object file -
getSize
public long getSize()Get the size of the object file . -
getObjectData
- Throws:
IOException
-
getObjectDataOffset
public long getObjectDataOffset()
-