reading a word list

I want to read in a text file word list that has one word on each line and store the words in an array of strings or something like that. I'm not quite sure about recognizing when a word ends even though there is only one per line.
[239 byte] By [jdk2006a] at [2007-11-27 5:31:35]
# 1
BufferedReader+readLine?Demo: http://www.exampledepot.com/egs/java.io/ReadLinesFromFile.html
Hippolytea at 2007-7-12 14:56:55 > top of Java-index,Java Essentials,Java Programming...