codice:
String[] temp = inputStream.readLine().replace("\\n\\r|\\r|\\n", "").split(" ");
String city = temp[1].substring(temp[1].length-4);
String state = temp[1].substring(temp[1].length-4, temp[1].length-1);