Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File IO
02-26-2008, 05:57 PM
Post: #1
File IO
Is there any class available in Java that can perform the following operations?

1. Read until we get the information we want.
2. Set the cursor at the desired location
3. Write data at the cursor location
Find all posts by this user
Quote this message in a reply
02-26-2008, 06:35 PM
Post: #2
RE: File IO
You can use java.io.RandomAccessFile file for this purpose.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: