×
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.
Okay, I missed that you were originally trying to use the file with
Properties.load(). Properties.load() uses an InputStream but assumes
that the character encoding is ISO 8859-1. It assumes this because it
assumes the file was written by Properties.store() which writes using an
OutputStream with ISO 8859-1 encoding. EDTF will work with a file in ISO
8859-1, but will create a new file in CCSID 37 by default.
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx
[mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of David Gibbs
Sent: Monday, May 04, 2009 4:03 PM
To: Java Programming on and around the iSeries / AS400
Subject: Re: Brain cramp: reading an IFS file from program running on PC
Dan Kimmel wrote:
If you want to go directly to java strings use an IFSFileReader over
an IFSFile or IFSFileDescriptor.
Well, the problem is I don't want to go directly after java strings ...
I want the Property object to go after java strings.
david
--
IBM i on Power - For when you can't afford to be out of business
--
This is the Java Programming on and around the iSeries / AS400
(JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.