Package ghidra.app.util.bin.format.ne
Class LengthStringSet
java.lang.Object
ghidra.app.util.bin.format.ne.LengthStringSet
- Direct Known Subclasses:
LengthStringOrdinalSet
A class to store a length/string set,
where the string is not null-terminated
and the length field determines the string
length
-
Method Summary
-
Method Details
-
getIndex
public long getIndex()Returns the byte index of this string, relative to the beginning of the file.- Returns:
- the byte index of this string
-
getLength
public byte getLength()Returns the length of the string.- Returns:
- the length of the string
-
getString
Returns the string.- Returns:
- the string
-