Class Coff64.SectionHeader

  • Enclosing class:
    Coff64

    public static class Coff64.SectionHeader
    extends java.lang.Object
    • Constructor Detail

      • SectionHeader

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

      • getRawData

        public byte[] getRawData()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • getRelocs

        public Coff64.Reloc[] getRelocs()
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getLinenos

        public Coff64.Lineno[] getLinenos()
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

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

        public java.nio.ByteBuffer mapSectionData()
                                           throws java.io.IOException
        Throws:
        java.io.IOException
        Since:
        5.1