I\'m writing an Android app where I\'m writing a file to disk with one data value per line. Later, such files can be read back into the app, and this simple data format is d
Its better to use
String lineSep = System.getProperty("line.separator");