|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectredmondfile.HandleFile
public class HandleFile
| Constructor Summary | |
|---|---|
HandleFile()
Creates a new instance of HandleFile |
|
| Method Summary | |
|---|---|
static java.io.PrintWriter |
prepWriteToFile(java.lang.String filename)
call this one the first time when file setup is needed |
static java.io.BufferedReader |
startFile(java.lang.String filename)
get started with a file - including choosing it using the FileChooser, making sure we can read from it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandleFile()
| Method Detail |
|---|
public static java.io.BufferedReader startFile(java.lang.String filename)
throws java.io.IOException
java.io.IOException
public static java.io.PrintWriter prepWriteToFile(java.lang.String filename)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||