Hi,

I'm new to X10 so please excuse the noob question.

Whilst trying to read chunks of a large file into memory, I've ran into some 
issues trying to skip the reader to a point in the file greater than Int can 
handle.
Is there any reason why skip is not using Long? Is there a way to skip in a 
file using Long instead of having to skip multiple times to account for the Int 
limitation?

I noticed that in v2.4, x10.io.Reader.read can now support a Long offset. I'm 
currently using 2.3.1 due to build issues with 2.4, but I think I'll give it 
another go and try this as a workaround.

Thanks,

Jason
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to