X-Received: by 10.107.157.198 with SMTP id g189mr14211175ioe.38.1500286038663; Mon, 17 Jul 2017 03:07:18 -0700 (PDT) X-Received: by 10.31.48.151 with SMTP id w145mr75048vkw.16.1500286038577; Mon, 17 Jul 2017 03:07:18 -0700 (PDT) Path: csiph.com!feeder.erje.net!2.us.feeder.erje.net!news.glorb.com!188no1358750itx.0!news-out.google.com!i9ni197qti.0!nntp.google.com!v31no1044668qtb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.help Date: Mon, 17 Jul 2017 03:07:18 -0700 (PDT) In-Reply-To: #1/1> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.94.34.34; posting-account=32Z4uQoAAAARMxwOUMU1CbLD14jYrGDR NNTP-Posting-Host: 192.94.34.34 References: #1/1> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: NullPointerException on LineNumberReader.readLine() ??? From: margub.khan@gmail.com Injection-Date: Mon, 17 Jul 2017 10:07:18 +0000 Content-Type: text/plain; charset="UTF-8" Xref: csiph.com comp.lang.java.help:4200 On Friday, December 17, 1999 at 1:30:00 PM UTC+5:30, CaboDog wrote: > Anyone ever encounter a NullPointerException when executing the readLine() > method on a LineNumberReader object? My object is valid, there is data > there, there are no other programs holding locks to my file....I can't > figure out why... > > Brad I got the same problem. What was your solution