Name: Anonymous 2007-10-08 8:24
what's the easiest and cleanest way using only the standard libraries to read the contents of a file into a string (or into memory somewhere)
new FileReader(file).read(a);