Is there an API available for classes such as FileReader? I get the  
message

No valid method call found for read(x10.lang.Rail[x10.lang.Byte],  
x10.lang.Int{self==0},  
x10.lang.Int{self==byteRail.x10.lang.Rail#length}) in x10.io.FileReader.

with the following code:

        FileReader file(...);
         file.read( letterBytes, 0, letterBytes.length() );

I've been trying to use the .x10 files in directory x10.runtime.17/src- 
x10/x10 as a road map, but this file i/o is not cooperating with my  
method.

Jim

------------------------------------------------------------------------------
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to