Class PE.ImportDirectoryEntry

  • Enclosing class:
    PE

    public class PE.ImportDirectoryEntry
    extends java.lang.Object
    • Field Detail

      • rva

        public int rva
      • timestamp

        public int timestamp
      • forwarder

        public int forwarder
      • name

        public int name
      • thunk

        public int thunk
    • Constructor Detail

      • ImportDirectoryEntry

        public ImportDirectoryEntry​(java.io.RandomAccessFile file)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • ImportDirectoryEntry

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

      • toString

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