Class ResourceName


  • public class ResourceName
    extends java.lang.Object
    A class for storing new-executable resource names.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getIndex()
      Returns the byte index of this resource name, relative to the beginning of the file.
      byte getLength()
      Returns the length of the resource name.
      java.lang.String getName()
      Returns the name of the resource name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLength

        public byte getLength()
        Returns the length of the resource name.
        Returns:
        the length of the resource name
      • getName

        public java.lang.String getName()
        Returns the name of the resource name.
        Returns:
        the name of the resource name
      • getIndex

        public long getIndex()
        Returns the byte index of this resource name, relative to the beginning of the file.
        Returns:
        the byte index of this resource name