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
- Author:
- Oleg Kalnichevski
Constructor Summary |
ParserCursor(int lowerBound,
int upperBound)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParserCursor
public ParserCursor(int lowerBound,
int upperBound)
getLowerBound
public int getLowerBound()
getUpperBound
public int getUpperBound()
getPos
public int getPos()
updatePos
public void updatePos(int pos)
atEnd
public boolean atEnd()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.