| Author |
Best way to read large Binary Files
|
Denise Advincula
Ranch Hand
Joined: Jan 01, 2007
Posts: 153
|
|
Hello ranchers,
I wanted to use Java to read a large binary file but I'm having apprehensions that there might be other programming language that can read these big files faster. Can you advise me if Java is the best way to do it?
Looking forward to your advice. Thank you!
|
SCJP/OCPJP 6 | SCWCD/OCPJWCD 5 | OCPJBCD in progress
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12324
|
|
Reading binary files into byte arrays is a primitive operation limited by the operating system, not the programming language.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Best way to read large Binary Files
|
|
|