Class MemoryAddressSetCharSequence

java.lang.Object
ghidra.util.search.memory.MemoryAddressSetCharSequence
All Implemented Interfaces:
CharSequence

public class MemoryAddressSetCharSequence extends Object implements CharSequence
This class implements the CharSequence interface using Memory and an AddressSet. The idea is that each byte in memory at the addresses specified in the AddressSet will form a contiguous sequence of characters.