Package ghidra.app.util.bin.format.ne
Class ResourceName
- java.lang.Object
-
- ghidra.app.util.bin.format.ne.ResourceName
-
public class ResourceName extends java.lang.ObjectA class for storing new-executable resource names.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetIndex()Returns the byte index of this resource name, relative to the beginning of the file.bytegetLength()Returns the length of the resource name.java.lang.StringgetName()Returns the name of the resource name.
-
-
-
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
-
-