start property

int? start
getter/setter pair

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; means scan from byte 50 until the end of the file.

Implementation

int? start;