Для этого я написал следующий код:
Код: Выделить всё
String [] names = fileString.split("\n"); // fileString is the string representation of the file
Итак, как обойти эту проблему?>
Код: Выделить всё
String [] names = fileString.split("\n"); // fileString is the string representation of the file