Package org.htmlunit.http
Class HttpUtils.ParseRange
- java.lang.Object
-
- org.htmlunit.http.HttpUtils.ParseRange
-
- Enclosing class:
- HttpUtils
private static final class HttpUtils.ParseRange extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
pos_
private int
upperBound_
-
Constructor Summary
Constructors Constructor Description ParseRange(int pos, int upperBound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
atEnd()
(package private) int
getPos()
(package private) int
getUpperBound()
(package private) void
updatePos(int pos)
-