Package org.eclipse.cdt.utils.coff
Class PE64.ImportDirectoryEntry
- java.lang.Object
-
- org.eclipse.cdt.utils.coff.PE64.ImportDirectoryEntry
-
- Enclosing class:
- PE64
public class PE64.ImportDirectoryEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImportDirectoryEntry(java.io.RandomAccessFile file)ImportDirectoryEntry(java.io.RandomAccessFile file, long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
ENTRYSZ
public static final int ENTRYSZ
- See Also:
- Constant Field Values
-
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
-
-