|
-
January 28th, 2010, 12:24 PM
#2
Re: java file copying
1. Open the file to read in.
2. Open a file to write to.
3. Repeatedly read in a line and write it to the output file until the end of paragraph or end of file is found.
4. Close the output file.
5. If the end of paragraph was found go back to step 2.
6. Close the input file.
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
|