open static fun parseRanges(@Nullable ranges: String): MutableList<HttpRange>
Parse the given, comma-separated string into a list of HttpRange objects.
This method can be used to parse an Range header.
IllegalArgumentException - if the string cannot be parsed
Return
the list of ranges