Class Coff


  • @Deprecated
    public class Coff
    extends java.lang.Object
    Deprecated.
    Deprecated as of CDT 6.9. Use 64 bit version Coff64. This class is planned for removal in next major release.
    • Field Detail

      • NL

        public static final java.lang.String NL
        Deprecated.
    • Constructor Detail

      • Coff

        public Coff​(java.lang.String filename)
             throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • Coff

        public Coff​(java.io.RandomAccessFile file,
                    long offset)
             throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
    • 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.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • getStringTable

        public static java.lang.String[] getStringTable​(byte[] bytes)
        Deprecated.
      • main

        public static void main​(java.lang.String[] args)
        Deprecated.