| Author |
Reading bin files in java?
|
Tim frank
Greenhorn
Joined: Mar 07, 2006
Posts: 25
|
|
Hey does anyone know how i can read the characters or bits of a bin file? i've been trying to use CharBuffer but can't figure it out at all as the API isn't very helpful. tim
|
 |
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
|
|
|
If you are going to read a binary file, you should use FileInputStream. For efficiency, wrap it in a BufferedInputStream.
|
 |
 |
|
|
subject: Reading bin files in java?
|
|
|