public interface InputBuffer
This interface is not intended to be implemented by clients.
Modifier and Type | Interface and Description |
---|---|
static class |
InputBuffer.Position |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
java.lang.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() |
int length()
char charAt(int index)
java.lang.String extractLine(int lineNumber)
int getLineCount()
InputBuffer.Position getPosition(int index)
Copyright © 2012 SonarSource. All Rights Reserved.