|
|||||||||
| Home >> All >> org >> sourcejammer >> server >> [ source overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.sourcejammer.server.source
Interface TextLineIterator

- All Known Implementing Classes:
- SimpleTextLineIterator, TextLineIteratorOutput
- public interface TextLineIterator
| Method Summary | |
java.lang.String |
getNextLine()
Returns the next line, if there are more lines to return. |
boolean |
hasMoreLines()
Returns true if this text line iterator has more lines. |
void |
skipLines(int numLines)
Skips the requested number of lines. |
| Method Detail |
hasMoreLines
public boolean hasMoreLines()
- Returns true if this text line iterator has more lines.
getNextLine
public java.lang.String getNextLine() throws org.sourcejammer.server.make.EndOfSourceException
- Returns the next line, if there are more lines to return.
skipLines
public void skipLines(int numLines)
throws org.sourcejammer.server.make.EndOfSourceException
- Skips the requested number of lines.
|
|||||||||
| Home >> All >> org >> sourcejammer >> server >> [ source overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC