Package org.apache.http.message
Class ParserCursor
- java.lang.Object
-
- org.apache.http.message.ParserCursor
-
public class ParserCursor extends java.lang.Object
This class represents a context of a parsing operation:- the current position the parsing operation is expected to start at
- the bounds limiting the scope of the parsing operation
- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description ParserCursor(int lowerBound, int upperBound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
atEnd()
int
getLowerBound()
int
getPos()
int
getUpperBound()
java.lang.String
toString()
void
updatePos(int pos)
-