public class ParserCursor extends Object
This class represents a context of a parsing operation:
Copied from Apache HttpCore project
Constructor and Description |
---|
ParserCursor(int lowerBound,
int upperBound) |
Modifier and Type | Method and Description |
---|---|
boolean |
atEnd() |
int |
getLowerBound() |
int |
getPos() |
int |
getUpperBound() |
String |
toString() |
void |
updatePos(int pos) |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.