Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

a Java challenge

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)

Name: Anonymous 2007-10-08 10:19

new FileReader(file).read(a);

Where file is the string with the filename and a is a char array.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List