Package ghidra.app.util.bin.format.ne
Class ImportedNameTable
- java.lang.Object
 - 
- ghidra.app.util.bin.format.ne.ImportedNameTable
 
 
- 
public class ImportedNameTable extends java.lang.ObjectA class to represent the new-executable imported name table. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthStringSetgetNameAt(short offset)Returns the length/string set at the given offset. 
 - 
 
- 
- 
Method Detail
- 
getNameAt
public LengthStringSet getNameAt(short offset) throws java.io.IOException
Returns the length/string set at the given offset.- Parameters:
 offset- The offset, from the beginning of the Imported Name Table, to the length/string set.- Returns:
 - the length/string set at the given offset
 - Throws:
 java.io.IOException
 
 - 
 
 -