If you use the readLine and println methods, Java automatically deals with the platform differences for you.
The last line in a file may or may not have a line separator.
I am not sure what the best technique for writing Unix-convention \n files on Windows is. You could try setting the line.separator system property, though Oracle recommends against it.
// prepare to produce Unix-format text files on a Windows machine System.setProperty( "line.separator", "\n" );
|
|
available on the web at: |
http://mindprod.com/jgloss/lineseparator.html |
optional Replicator mirror
|
J:\mindprod\jgloss\lineseparator.html | |
![]() |
Please email your
feedback for publication,
letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear
wording, broken/redirected link reports, suggestions to improve this page or comments to
Roedy Green :
| |
| Blog | Canadian
Mind
Products
IP:[65.110.21.43] Your face IP:[184.73.7.143] |
|
| Feedback | You are visitor number 43,805. | |