I have the following code that is not reading a binary file. I can
read the file with C and Java programs, but this X10 code is
retrieving an incorrect value for the same file.
var i: int;
var inputStream: FileReader ;
inputStream = new FileReader( new File(file_path) );
i = inputStream.read();
If this is a bug, I'll file a bug report. If this is the incorrect
method for reading an int, let me know.
Jim
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users