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 TypeMethodDescriptionboolean
Applies the command to the given domain object.protected boolean
confirmPaste
(String validString) getName()
Returns the name of this command.Returns the status message indicating the status of the command.protected boolean
hasEnoughSpace
(Program program, Address address, int byteCount) protected boolean
pasteBytes
(Program program, byte[] bytes)
-
Field Details
-
string
-
-
Constructor Details
-
PasteByteStringCommand
-
-
Method Details
-
applyTo
Description copied from interface:Command
Applies the command to the given domain object. -
pasteBytes
-
confirmPaste
-
hasEnoughSpace
-
getStatusMsg
Description copied from interface:Command
Returns the status message indicating the status of the command.- Specified by:
getStatusMsg
in interfaceCommand<Program>
- Returns:
- reason for failure, or null if the status of the command was successful
-
getName
Description copied from interface:Command
Returns the name of this command.
-