Skip to content
Snippets Groups Projects
Commit 57e4eca5 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Added improvement for swapping just a few bytes in a scoop, a common operation

parent 45219ebd
No related branches found
No related tags found
No related merge requests found
......@@ -55,5 +55,11 @@ namespace IRDB_SDK
virtual void clearRelRo() = 0;
virtual void setRawPerms(int newperms) = 0;
//
// replace the bytes in the scoop at position pos with the new bytes.
// length of newBytes indicates how many bytes to replace.
//
virtual void replaceBytes(size_t pos, const string& newBytes) = 0;
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment