Package org.eclipse.cdt.utils.coff
Class Coff
- java.lang.Object
-
- org.eclipse.cdt.utils.coff.Coff
-
@Deprecated public class Coff extends java.lang.ObjectDeprecated.Deprecated as of CDT 6.9. Use 64 bit versionCoff64. This class is planned for removal in next major release.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoff.FileHeaderDeprecated.static classCoff.LinenoDeprecated.static classCoff.OptionalHeaderDeprecated.static classCoff.RelocDeprecated.static classCoff.SectionHeaderDeprecated.static classCoff.SymbolDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNLDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Coff.FileHeadergetFileHeader()Deprecated.Coff.OptionalHeadergetOptionalHeader()Deprecated.Coff.SectionHeader[]getSectionHeaders()Deprecated.byte[]getStringTable()Deprecated.static java.lang.String[]getStringTable(byte[] bytes)Deprecated.Coff.Symbol[]getSymbols()Deprecated.static voidmain(java.lang.String[] args)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
getFileHeader
public Coff.FileHeader getFileHeader() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
getOptionalHeader
public Coff.OptionalHeader getOptionalHeader() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
getSectionHeaders
public Coff.SectionHeader[] getSectionHeaders() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
getSymbols
public Coff.Symbol[] getSymbols() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
getStringTable
public byte[] getStringTable() throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
getStringTable
public static java.lang.String[] getStringTable(byte[] bytes)
Deprecated.
-
main
public static void main(java.lang.String[] args)
Deprecated.
-
-