Class RemoveDataCommand

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

    @ParametersAreNonnullByDefault
    public class RemoveDataCommand
    extends OpCodeAreaCommand
    Command for deleting data.
    • Constructor Detail

      • RemoveDataCommand

        public RemoveDataCommand​(org.exbin.bined.swing.CodeAreaCore codeArea,
                                 long position,
                                 int codeOffset,
                                 long size)