|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPHXLineStore
This is the interface for holding a set of lines. It is used by the PHXFileParser class. Concrete classes include PHXFileLineStore and PHXRandomAccessFileLineStore.
| Method Summary | |
|---|---|
void |
close()
close any resources associated with this line store |
java.lang.String |
getLine(int index)
retrieves the specified line |
int |
getNumLines()
gets the total number of lines |
| Method Detail |
|---|
int getNumLines()
java.lang.String getLine(int index)
throws java.io.IOException
index - the index of the line to retrieve
java.io.IOExceptionvoid close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||