org.apache.http.message.ParserCursor
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
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
ParserCursor(int lowerBound, int upperBound)
Public Methods
public
int
getLowerBound()
public
int
getUpperBound()
public
String
toString()
Returns a string containing a concise, human-readable description of the
receiver.
Returns
- String a printable representation for the receiver.
public
void
updatePos(int pos)