Path: csiph.com!aioe.org!.POSTED!not-for-mail From: Oliviero Newsgroups: it.comp.java Subject: Leggere lo stesso file TANTE volte Date: Thu, 29 Jun 2017 21:51:19 +0200 Organization: Aioe.org NNTP Server Lines: 9 Message-ID: NNTP-Posting-Host: UP7aNMJwQJvxup62k/INYg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 Content-Language: it X-Notice: Filtered by postfilter v. 0.8.2 X-Mozilla-News-Host: news://nntp.aioe.org:119 Xref: csiph.com it.comp.java:9102 Dopo aver scanzionato tutto un file di testo avendo scritto: f=new File("C:/miofile.txt"); fileReader=new FileReader(f); reader=new BufferedReader(fileReader); come si fa a ri-scanzionare il file partendo DALLA CIMA senza dover ri-scrivere tutti i "new" (e quindi occupare memoria)?