|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Monitor.Omr.readFile
Reads the file specified by the user. This class encapsulates the methods necessary for reading a file.
Constructor Summary | |
readFile(java.lang.String file)
Receives the file name and open the file. |
Method Summary | |
void |
close()
Close the file. |
void |
open()
Open the file. |
java.lang.String |
read1line()
Read one line of the file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public readFile(java.lang.String file)
file
- the name of the file to be readMethod Detail |
public void open()
public void close()
public java.lang.String read1line()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |