public final class HttpRange
HTTP content range.
end is inclusive.
private final Long
start
end
HttpRange(Long start, Long end)
final Long
getStart()
getEnd()
final LongRange
toLongRange(LongĀ contentLength)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Long getStart()
final Long getEnd()
final LongRange toLongRange(LongĀ contentLength)