Class ImportedNameTable


  • public class ImportedNameTable
    extends java.lang.Object
    A class to represent the new-executable imported name table.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LengthStringSet getNameAt​(short offset)
      Returns the length/string set at the given offset.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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