|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputBuffer
Input text to be parsed.
This interface is not intended to be implemented by clients.
| Nested Class Summary | |
|---|---|
static class |
InputBuffer.Position
|
| Method Summary | |
|---|---|
char |
charAt(int index)
|
String |
extractLine(int lineNumber)
Returns content of a line for a given line number. |
int |
getLineCount()
Returns number of lines, which is always equal to number of line terminators plus 1. |
InputBuffer.Position |
getPosition(int index)
|
int |
length()
|
| Method Detail |
|---|
int length()
char charAt(int index)
String extractLine(int lineNumber)
int getLineCount()
InputBuffer.Position getPosition(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||