|
-
January 25th, 1999, 09:22 PM
#1
How to access a file?
My applet needs to access a binary file in read-only.
What should I do?
I am new with java.
Thanks.
-
January 26th, 1999, 12:31 PM
#2
Re: How to access a file?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|