The Artima Developer Community
Sponsored Link

Java Answers Forum
Help! reading text files!!

1 reply on 1 page. Most recent reply: Nov 14, 2002 8:44 PM by Dharmendra

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Shiv

Posts: 2
Nickname: sp
Registered: Oct, 2002

Help! reading text files!! Posted: Oct 30, 2002 9:20 AM
Reply to this message Reply
Advertisement
i need help reading text files for a project.

I need to read a text file that could be any size i.e number of lines and words per line not specified. I'm unsure how to do this, i know how to read files but only if the size of file is specified! Then i need to count how many times a particular word occurs within this file. Any help would be much appreciated.
Thanks


Dharmendra

Posts: 10
Nickname: dh547
Registered: Oct, 2002

Re: Help! reading text files!! Posted: Nov 14, 2002 8:44 PM
Reply to this message Reply
I dont think you require file size for reading a file.
Just keep reading untill readline is null.

Flat View: This topic has 1 reply on 1 page
Topic: applet not working Previous Topic   Next Topic Topic: java program

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use