|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.bddbddb.Solver.MyReader
public static class Solver.MyReader
A LineNumberReader that can nest through multiple included files.
| Constructor Summary | |
|---|---|
Solver.MyReader(java.io.LineNumberReader r)
Construct a new reader from the given line number reader. |
|
| Method Summary | |
|---|---|
void |
close()
Close all of the readers we have open. |
int |
getLineNumber()
Return the line number in the current reader. |
java.lang.String |
readLine()
Read a line. |
void |
registerReader(java.io.LineNumberReader r)
Register a new reader, pushing the current one on the stack. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Solver.MyReader(java.io.LineNumberReader r)
r - reader| Method Detail |
|---|
public void registerReader(java.io.LineNumberReader r)
r - reader to register
public java.lang.String readLine()
throws java.io.IOException
java.io.IOExceptionpublic int getLineNumber()
public void close()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||