PropertySet

Package: ghidra.util.prop
Type: class

10.2_PUBLIC

removedtype: ghidra.util.prop.PropertySet
class PropertySet

9.2_PUBLIC

removedmethod: restoreAll
void restoreAll(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException
removedmethod: saveAll
void saveAll(java.io.ObjectOutputStream out) throws IOException

9.0.2_PUBLIC

addedmethod: getIndex
long getIndex(long pageID, short offset)
addedmethod: getOrCreatePage
ghidra.util.prop.PropertyPage getOrCreatePage(long pageID)
addedmethod: getPage
ghidra.util.prop.PropertyPage getPage(long pageId)
addedmethod: getPageID
long getPageID(long index)
addedmethod: getPageOffset
short getPageOffset(long index)
addedmethod: moveIndex
void moveIndex(long from, long to)
addedfield: noValueException
static ghidra.util.exception.NoValueException noValueException
addedfield: numProperties
int numProperties
addedfield: pageSize
short pageSize
addedfield: propertyPageIndex
ghidra.util.prop.PropertyPageIndex propertyPageIndex
addedmethod: restoreProperty
void restoreProperty(java.io.ObjectInputStream ois, long addr) throws IOException, ClassNotFoundException
addedmethod: saveProperty
void saveProperty(java.io.ObjectOutputStream oos, long addr) throws IOException

9.0.1_PUBLIC

introducedInitial version