Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: going to the nextLine in Java BufferedReader

    So the first line is a special case. In your example, I would say the first line defines the field names. If you know that (and you do) process the first line by recording the field names, and then...
  2. [SOLVED] Re: going to the nextLine in Java BufferedReader

    The while() loop you've posted will read each line in the file looking for "john", moving to the next line with each pass through the loop. Your question doesn't really make sense, UNLESS, you want...
Results 1 to 2 of 2