|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmyio.FileIO
public class FileIO
Constructor Summary | |
---|---|
FileIO()
Creates new OpenInputFile |
Method Summary | |
---|---|
static java.io.BufferedReader |
openInputFile(java.lang.String filename)
|
static java.io.BufferedWriter |
openOutputFile(java.io.File file)
|
static java.io.BufferedWriter |
openOutputFile(java.lang.String filename)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileIO()
Method Detail |
---|
public static java.io.BufferedWriter openOutputFile(java.lang.String filename)
public static java.io.BufferedWriter openOutputFile(java.io.File file)
public static java.io.BufferedReader openInputFile(java.lang.String filename)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |