Class ByteRange

java.lang.Object
com.stimulsoft.base.range.Range
com.stimulsoft.base.range.ByteRange
All Implemented Interfaces:
IStiSerializable, IStiSerializableToString

public class ByteRange extends Range
  • Field Details

    • From

      public int From
    • To

      public int To
  • Constructor Details

    • ByteRange

      public ByteRange()
    • ByteRange

      public ByteRange(int from, int to)
  • Method Details