public class CmsWebdavRange
extends java.lang.Object
构造器和说明 |
---|
CmsWebdavRange() |
限定符和类型 | 方法和说明 |
---|---|
long |
getEnd()
Returns the end.
|
long |
getLength()
Returns the length.
|
long |
getStart()
Returns the start.
|
void |
recycle()
Resets this range.
|
void |
setEnd(long end)
Sets the end.
|
void |
setLength(long length)
Sets the length.
|
void |
setStart(long start)
Sets the start.
|
boolean |
validate()
Validate range.
|
public long getEnd()
public long getLength()
public long getStart()
public void recycle()
public void setEnd(long end)
end
- the end to setpublic void setLength(long length)
length
- the length to setpublic void setStart(long start)
start
- the start to setpublic boolean validate()