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 intgetFrom()Get the from value.intgetTo()Get the to value.static RangevalueOf(String value)Get a Range object from a header value.
-