Class Coff.SectionHeader

  • Enclosing class:
    Coff

    public static class Coff.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 Coff.Reloc[] getRelocs()
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • getLinenos

        public Coff.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