Package org.eclipse.cdt.utils.xcoff
Class XCoff32
- java.lang.Object
-
- org.eclipse.cdt.utils.xcoff.XCoff32
-
public class XCoff32 extends java.lang.ObjectRepresentation of AIX XCOFF32 binary format
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXCoff32.Attributestatic classXCoff32.FileHeaderstatic classXCoff32.OptionalHeaderstatic classXCoff32.SectionHeaderclassXCoff32.Symbol
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()XCoff32.AttributegetAttributes()static XCoff32.AttributegetAttributes(byte[] hints)static XCoff32.AttributegetAttributes(java.lang.String file)XCoff32.FileHeadergetFileHeader()XCoff32.OptionalHeadergetOptionalHeader()XCoff32.SectionHeader[]getSectionHeaders()byte[]getStringTable()XCoff32.Symbol[]getSymbols()static booleanisXCOFF32Header(byte[] hints)static voidmain(java.lang.String[] args)java.lang.StringtoString()
-
-
-
Method Detail
-
getAttributes
public XCoff32.Attribute getAttributes()
-
getFileHeader
public XCoff32.FileHeader getFileHeader() throws java.io.IOException
- Throws:
java.io.IOException
-
getOptionalHeader
public XCoff32.OptionalHeader getOptionalHeader() throws java.io.IOException
- Throws:
java.io.IOException
-
getSectionHeaders
public XCoff32.SectionHeader[] getSectionHeaders() throws java.io.IOException
- Throws:
java.io.IOException
-
getSymbols
public XCoff32.Symbol[] getSymbols() throws java.io.IOException
- Throws:
java.io.IOException
-
getStringTable
public byte[] getStringTable() throws java.io.IOException- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
dispose
public void dispose() throws java.io.IOException- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args)
-
isXCOFF32Header
public static boolean isXCOFF32Header(byte[] hints)
-
getAttributes
public static XCoff32.Attribute getAttributes(byte[] hints) throws java.io.IOException
- Throws:
java.io.IOException
-
getAttributes
public static XCoff32.Attribute getAttributes(java.lang.String file) throws java.io.IOException
- Throws:
java.io.IOException
-
-