|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectunc.cdva.utils.TextFileReader
public class TextFileReader
Utility class that helps you to read a text file from the hard drive
Constructor Summary | |
---|---|
TextFileReader()
|
Method Summary | |
---|---|
static java.lang.String |
getContents(java.lang.String file)
Fetch the entire contents of a text file, and return it in a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextFileReader()
Method Detail |
---|
public static java.lang.String getContents(java.lang.String file)
file
- is a file which already exists and can be
read.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |