Enter Keywords:
1 - 10 of 61(0.023 seconds)
Sort By:
 
Im have a BufferedReader that reads a file line by line with readLine().  Each line is a row in a table so if at all possible i would like to continue to use readLine(). For large files the reading...
Zones: JavaDate Answered: 04/08/1999 Rating: 8.6 Views: 0
I am a novice user of java I have a code which gives me a problem with readLine. This small bank application doesn't ask for Name input from the user,it automatically goes to the next input can ...
Zones: JavaDate Answered: 05/19/2000 Rating: 5.8 Views: 0
Do anybody know how to get a code sample of how to tell thread to stop waiting for input (readLine) ? I know that I have to use close() on stdin (System.in), but it seems that it won't work if a r...
Zones: JavaDate Answered: 02/25/2003 Rating: 5.2 Views: 0
how can I store word from a file to an array? and How can I display the contents of the array to a table? For example; openFile        readLine        stringTokenizer storeToken in Array ...
Zones: JavaDate Answered: 03/09/2003 Rating: 7.2 Views: 0
This is the problem:  I have a space delimited numerical text file.  the text file are in *.Bak and .Dat  I have written a subroutine to read the file one line at a time and dump it in a two ...
Zones: LanguagesDate Answered: 06/12/2003 Rating: 8.0 Views: 0
Can someone tell me or show me examples on how to read a line from a file and then return to read the next line?  More like a readline, click next, read next line, click next... Thanks
Zones: JavaScriptDate Answered: 07/05/2003 Rating: 9.2 Views: 60
Please refer to this link for clarification....... http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_21100318.html *************** Problem Set 2: ************...
Zones: Visual BasicDate Answered: 08/25/2004 Rating: 7.6 Views: 0
As I found out the FileStream has no function ReadLine, but just Read. Is there any way to read from filestream line by line? (Has anybody written a function for that maybe)
Zones: C#Date Answered: 04/05/2005 Rating: 8.8 Views: 92
I am trying to change this portion of a small application that I am struggling greatly over.  I need to be able to read additional fields in without them being converted and write the results to a ...
Zones: MS Visual BasicDate Answered: 03/09/2006 Rating: 9.6 Views: 0
Do you have to read in the player age and convert it to an integer?  Can you just read it in as an Integer to begin with?        int PlayerAge;        Console.Write("Age (years):");        Pla...
Zones: C#Date Answered: 12/19/2006 Rating: 9.4 Views: 0