open static fun createSuffixRange(suffixLength: Long): HttpRange
Create an HttpRange that ranges over the last given number of bytes.
suffixLength - the number of bytes for the range
Return
a byte range that ranges over the last suffixLength number of bytes
See Also
<a href="http://tools.ietf.org/html/rfc7233#section-2.1">Byte Ranges</a>