|
DReid=YIIhEVrBDcoOKQVC8Cy+LtBPR1lH4CV8@public.gmane.org wrote: > > I am trying to convert a field to a ByteArrayInputStream. I have a few >problems. The current information in the file is already stored in ASCII >format. I think when I convert this field to the ByteArrayInputStream the >system automatically does data conversion. Is there anyway to tell the system >not to do data conversion when I convert the field to an input stream? To get RPG not to do a CCSID conversion, you have to code the byte array in RPG as an array of 1-byte unsigned (3U-0). Unfortunately, RPG doesn't support varying dimension arrays, so if you currently have varying length parameters, you'll have to hard-code the length of the arrays you actually pass to the methods. You might need to write a Java wrapper that takes an array and a length. Or maybe a little DIY JNI coding.
As an Amazon Associate we earn from qualifying purchases.
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.