start property
Specifies the start of the byte range. This parameter is optional. Valid
values: non-negative integers. The default value is 0. If only start is
supplied, it means scan from that point to the end of the file.For example;
<scanrange><start>50</start></scanrange>
means scan from byte 50 until the end of the file.
Implementation
final int? start;