Package org.eclipse.cdt.utils.xcoff
Class XCoff32
java.lang.Object
org.eclipse.cdt.utils.xcoff.XCoff32
Representation of AIX XCOFF32 binary format
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
static XCoff32.Attribute
getAttributes
(byte[] hints) static XCoff32.Attribute
getAttributes
(String file) byte[]
static boolean
isXCOFF32Header
(byte[] hints) static void
toString()
-
Field Details
-
NL
-
-
Constructor Details
-
XCoff32
protected XCoff32() -
XCoff32
- Throws:
IOException
-
XCoff32
- Throws:
IOException
-
-
Method Details
-
getAttributes
-
getFileHeader
- Throws:
IOException
-
getOptionalHeader
- Throws:
IOException
-
getSectionHeaders
- Throws:
IOException
-
getSymbols
- Throws:
IOException
-
getStringTable
- Throws:
IOException
-
toString
-
dispose
- Throws:
IOException
-
main
-
isXCOFF32Header
public static boolean isXCOFF32Header(byte[] hints) -
getAttributes
- Throws:
IOException
-
getAttributes
- Throws:
IOException
-