Package org.htmlunit.http
Class HttpUtils.ParseRange
java.lang.Object
org.htmlunit.http.HttpUtils.ParseRange
- Enclosing class:
HttpUtils
-
Field Details
-
upperBound_
private final int upperBound_ -
pos_
private int pos_
-
-
Constructor Details
-
ParseRange
ParseRange(int pos, int upperBound)
-
-
Method Details
-
getPos
int getPos() -
getUpperBound
int getUpperBound() -
updatePos
void updatePos(int pos) -
atEnd
boolean atEnd()
-