Answer the question
In order to leave comments, you need to log in
Can I read a file line by line to force it to go to the next line?
while((s = in.readLine()) != null) {
....
Например, если в строке есть цифры, то сразу переход к след. строке.
иначе просто пишем все строки в файл.
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question