Package org.trellisldp.common
Class Range
- java.lang.Object
-
- org.trellisldp.common.Range
-
public class Range extends Object
A class representing an HTTP Range header.
-
-
Constructor Summary
Constructors Constructor Description Range(int from, int to)
Create a Range object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFrom()
Get the from value.int
getTo()
Get the to value.static Range
valueOf(String value)
Get a Range object from a header value.
-