rabbit.http
Class ContentRangeParser
java.lang.Object
rabbit.http.ContentRangeParser
public class ContentRangeParser
- extends Object
A class that parses content range headers.
- Author:
- Robert Olofsson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentRangeParser
public ContentRangeParser(String cr,
Logger logger)
isValid
public boolean isValid()
getStart
public long getStart()
getEnd
public long getEnd()
getTotal
public long getTotal()