CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    33

    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.

  2. #2
    Join Date
    May 1999
    Posts
    93

    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
  •  





Click Here to Expand Forum to Full Width

Featured