|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.ccaffeine.dc.user_iface.examples.ScriptFile
public class ScriptFile
Field Summary | |
---|---|
protected java.io.BufferedReader |
reader
|
Constructor Summary | |
---|---|
ScriptFile()
|
Method Summary | |
---|---|
void |
close()
Close the script file. |
static void |
main(java.lang.String[] args)
|
void |
open()
open the script file |
java.lang.String |
readLine()
Read one line from the script file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.BufferedReader reader
Constructor Detail |
---|
public ScriptFile()
Method Detail |
---|
public void open()
public java.lang.String readLine() throws java.io.IOException
java.io.IOException
- Thrown if an io error occurs.public void close()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |