Class Coff64


  • public class Coff64
    extends java.lang.Object
    Since:
    6.9
    • Field Detail

      • NL

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

      • Coff64

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

        public Coff64​(java.io.RandomAccessFile file,
                      long offset)
               throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getFileHeader

        public Coff64.FileHeader getFileHeader()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getOptionalHeader

        public Coff64.OptionalHeader getOptionalHeader()
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getSectionHeaders

        public Coff64.SectionHeader[] getSectionHeaders()
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getSymbols

        public Coff64.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:
        toString in class java.lang.Object
      • getStringTable

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

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