2012-01-05 9 views

risposta

14

Con Scanner, si può fare: Scanner scan = new Scanner(new File(myPath), myEncoding) e poi scan.nextLine() che restituisce un String.

Problemi correlati