i want to know how can i read from file in java until the file pointer arrives at a delimiter or specific number of characters.
in c++ i used from getline().
|
|
|
Well you can use BufferedReader.readLine(), or maybe the Scanner class. |
|||||
|
|