Class ModifyDataCommand

  • All Implemented Interfaces:
    org.exbin.bined.operation.BinaryDataCommand

    @ParametersAreNonnullByDefault
    public class ModifyDataCommand
    extends OpCodeAreaCommand
    Command for modifying data.
    • Constructor Detail

      • ModifyDataCommand

        public ModifyDataCommand​(org.exbin.bined.swing.CodeAreaCore codeArea,
                                 long position,
                                 org.exbin.auxiliary.paged_data.BinaryData data)