Package org.eclipse.cdt.utils.coff
Class Coff
- java.lang.Object
-
- org.eclipse.cdt.utils.coff.Coff
-
@Deprecated public class Coff extends Object
Deprecated.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.
-
Constructor Summary
Constructors Constructor Description Coff(RandomAccessFile file, long offset)Deprecated.Coff(String filename)Deprecated.
-
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 String[]getStringTable(byte[] bytes)Deprecated.Coff.Symbol[]getSymbols()Deprecated.static voidmain(String[] args)Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
NL
public static final String NL
Deprecated.
-
-
Constructor Detail
-
Coff
public Coff(String filename) throws IOException
Deprecated.- Throws:
IOException
-
Coff
public Coff(RandomAccessFile file, long offset) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
getFileHeader
public Coff.FileHeader getFileHeader() throws IOException
Deprecated.- Throws:
IOException
-
getOptionalHeader
public Coff.OptionalHeader getOptionalHeader() throws IOException
Deprecated.- Throws:
IOException
-
getSectionHeaders
public Coff.SectionHeader[] getSectionHeaders() throws IOException
Deprecated.- Throws:
IOException
-
getSymbols
public Coff.Symbol[] getSymbols() throws IOException
Deprecated.- Throws:
IOException
-
getStringTable
public byte[] getStringTable() throws IOExceptionDeprecated.- Throws:
IOException
-
getStringTable
public static String[] getStringTable(byte[] bytes)
Deprecated.
-
main
public static void main(String[] args)
Deprecated.
-
-