Package ghidra.app.util.bin.format.ne
Class LengthStringSet
- java.lang.Object
- 
- ghidra.app.util.bin.format.ne.LengthStringSet
 
- 
- Direct Known Subclasses:
- LengthStringOrdinalSet
 
 public class LengthStringSet extends java.lang.ObjectA class to store a length/string set, where the string is not null-terminated and the length field determines the string length
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetIndex()Returns the byte index of this string, relative to the beginning of the file.bytegetLength()Returns the length of the string.java.lang.StringgetString()Returns the string.
 
- 
- 
- 
Method Detail- 
getIndexpublic long getIndex() Returns the byte index of this string, relative to the beginning of the file.- Returns:
- the byte index of this string
 
 - 
getLengthpublic byte getLength() Returns the length of the string.- Returns:
- the length of the string
 
 - 
getStringpublic java.lang.String getString() Returns the string.- Returns:
- the string
 
 
- 
 
-