× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Larry,

Thanks.  After I posted the message, it hit me.  I did exactly the same
thing, declared the variables before the try/catch.  It was one of those
moments.. :)

Mike

----- Original Message -----
From: "Larry Loen" <lwloen@us.ibm.com>
To: <java400-l@midrange.com>
Sent: Friday, August 24, 2001 11:36 AM
Subject: Re: IFSFileInputStream question


>
> I usually resort to this:
>
>   IFSFileInputStream fileIn = null;
>   String data = null;
>
>   try {  fileIn =
>         new IFSFileInputStream(as400, "/GISB/OUTBOUND/GSBPDTAOUT");
>        data = reader.readLine();
>   } catch (IOException ioe) {}; // or whatever
>
>   try {
>     data = reader.readLine();
>   }  catch (IOException ioeRead)  { //  or other more specific handling.
>   }
>
> The theoretician in me can't like it, because I lose the ability for the
> compiler to detect "reference before use" errors.  So, in that sense, you
> are right to resist the fairly obvious solution.  It is inelegant.
>
> But, I can't think of a better way.
>
>
> Larry W. Loen  -   Senior Java and iSeries Performance Analyst
>
> speaking on his own
>
> _______________________________________________
> This is the Java Programming on and around the iSeries / AS400 (JAVA400-L)
mailing list
> To post a message email: JAVA400-L@midrange.com
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l
> or email: JAVA400-L-request@midrange.com
>



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.