Search:

Type: Posts; User: lumpy

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    19,983

    Re: How can I detect the end of a line in a file ?

    I use readLine() from BufferedReader.

    I don't have the code anymore since I used another way, which is the split method from String. It stores the words in an array, and I just pick the last...
  2. Replies
    3
    Views
    19,983

    How can I detect the end of a line in a file ?

    Hi folks,

    I would like to detect an end-of-line in my .txt file but can't find the right way to do.
    My program already detects the last word of the line so what I did is to look at each char of...
Results 1 to 2 of 2