My applet needs to access a binary file in read-only.
What should I do?
I am new with java.
Thanks.
Printable View
My applet needs to access a binary file in read-only.
What should I do?
I am new with java.
Thanks.
Java has a whole load of io classes. You can use them in various combination to
suit your needs. I would suggest going the the IO chapter of Thinking in Java
on this site.
http://www.codeguru.com/java/tij/tij0107.shtml