Thread
:
Need help with Java BlueJ hangman game
View Single Post
08-10-2012, 05:35 PM
PM User
|
#
2
Fou-Lu
God Emperor
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,738
Thanks: 4
Thanked 2,464 Times in 2,433 Posts
Depends on exactly what is in that file.
I'd use a BufferedReader if it was a line by line based text that I need to parse and process. If its serialized, then you would use something like an Object stream.
Fou-Lu
View Public Profile
Find More Posts by Fou-Lu