Fastest way of reading a binary file into a byte array
807600Jun 5 2007 — edited Jun 5 2007Hi
I have seen there are alot of methods for reading files in Java, and in this jungle I have gotten a bit confused on which way is better to solve a specific problem. MY problem in this case is to read an entire file as binary into a byte array. Which method should I use for this?
All this inputstreams and readers are really making my head spin