Class ResponseOptionalExist
java.lang.Object
ghidra.features.bsim.query.protocol.QueryResponseRecord
ghidra.features.bsim.query.protocol.ResponseOptionalExist
Response to a QueryOptionalExist, reporting whether an optional table exists
-
Field Summary
FieldsFields inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
getDescriptionManager, getLocalStagingCopy, getName, mergeResults, sort
-
Field Details
-
tableExists
public boolean tableExists -
wasCreated
public boolean wasCreated
-
-
Constructor Details
-
ResponseOptionalExist
public ResponseOptionalExist()
-
-
Method Details
-
saveXml
- Specified by:
saveXml
in classQueryResponseRecord
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classQueryResponseRecord
- Throws:
LSHException
-