protected static class RepositoryHttpServlet.Range
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
RepositoryHttpServlet.Range() |
Modifier and Type | Method and Description |
---|---|
static RepositoryHttpServlet.Range |
create(long length) |
static RepositoryHttpServlet.Range |
createWithEnd(long start,
long end) |
static RepositoryHttpServlet.Range |
createWithLength(long start,
long length) |
boolean |
validate()
Validate range.
|
public static RepositoryHttpServlet.Range createWithEnd(long start, long end)
public static RepositoryHttpServlet.Range createWithLength(long start, long length)
public static RepositoryHttpServlet.Range create(long length)
public boolean validate()