Package ghidra.app.util
Class ByteCopier.PasteByteStringCommand
java.lang.Object
ghidra.app.util.ByteCopier.PasteByteStringCommand
- Enclosing class:
ByteCopier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanApplies the command to the given domain object.protected booleanconfirmPaste(String validString) getName()Returns the name of this command.Returns the status message indicating the status of the command.protected booleanhasEnoughSpace(Program program, Address address, int byteCount) protected booleanpasteBytes(Program program, byte[] bytes)
-
Field Details
-
string
-
-
Constructor Details
-
PasteByteStringCommand
-
-
Method Details
-
applyTo
Description copied from interface:CommandApplies the command to the given domain object. -
pasteBytes
-
confirmPaste
-
hasEnoughSpace
-
getStatusMsg
Description copied from interface:CommandReturns the status message indicating the status of the command.- Specified by:
getStatusMsgin interfaceCommand<Program>- Returns:
- reason for failure, or null if the status of the command was successful
-
getName
Description copied from interface:CommandReturns the name of this command.
-