|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--csm23.ReadFile
Title: Reads a text file
Description:
Copyright: Copyright (c) 2004
Company: University of Surrey
| Constructor Summary | |
ReadFile(java.lang.String fileName)
Constructor |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
java.lang.String[] |
read()
Reads a text file and return the contents |
| 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 fileName)
fileName - the input file name| Method Detail |
public java.lang.String[] read()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||