Initializes a new instance of the ByteRange class.
public ByteRange(long from)
| parameter | description |
|---|---|
| from | The start of the byte range with no definite end. |
Initializes a new instance of the ByteRange class.
public ByteRange(long from, long to)
| parameter | description |
|---|---|
| from | The start of the byte range. |
| to | The end of the byte range. |