Results 1 to 2 of 2
Thread: BReader
- 12-01-2007, 08:17 PM #1
Member
- Join Date
- Nov 2007
- Posts
- 13
- Rep Power
- 0
BReader
Im adding elements to a Vector (every line of the file has one word or it is empty):
how can I not include the empty lines that the BufferedReader finds in the txt file?Java Code:... String FileLine; while((FileLine = bufferedReader.readLine()) != null) { newVector.add(FileLine); } ....Last edited by Camden; 12-01-2007 at 08:49 PM.
- 12-01-2007, 08:25 PM #2
Senior Member
- Join Date
- Nov 2007
- Location
- Newport, WA
- Posts
- 141
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks