Class DataRange

java.lang.Object
com.jugubell.bproccli.utils.DataRange

public class DataRange extends Object
Class for defining a data range in RAM
Author:
Jugurtha Bellagh
  • Constructor Details

    • DataRange

      public DataRange(int start, int end)
      Constructor of DataRange
      Parameters:
      start - the start address of the range in int
      end - the end address of the range in int
  • Method Details

    • setStart

      public void setStart(int start)
    • setEnd

      public void setEnd(int end)
    • getStart

      public int getStart()
    • getEnd

      public int getEnd()