Read Huge File using Java - thanks

1998-12-18 Thread Quanyu Zhu
, there are method System.gc() can invoke the garbage collection right away. Does the finialize do the same thing ? Well, just appreciated your guys help !!! Have a nice day ! Best Regard Quanyu Zhu __ Get Your Private, Free Email at

Re:Re:Read Huge File using Java

1998-12-17 Thread Quanyu Zhu
the size of the file. Then used the byte array to convert it to int using shift. It improved the performance a lot. But the real data file I will deal with is more than 11M. It is more than 500M. That is my problem. So anyone have such idea ? Best Regard Quanyu Zhu

Read Huge file using Java

1998-12-17 Thread Quanyu Zhu
Hi: I just have one mission to read a huge file(more than 500M) using java. Is there anyone having such kind of experiences on that? My system is Java1.1.7a and running on Windows95/NT or Linux with X-windows. And my runtime configuration is setting up 100M to 500M memory size ,but my real