File Merger
Hello brothers and sisters i have developed a download manager in java working fine but now i want my download manager to be able to download files in multiple threads and it does so . The problem now is to combine the files so that it just gives the orignal file . Can any body help on this problem i will be thankful .
REQUIRED : FILE MERGER IN JAVA. :D
[359 byte] By [
shamshami] at [2007-11-11 8:30:10]

# 3 Re: File Merger
can u explain please i am sick of working on this project man but how to read the bytes from a file simultaneosly please explain
Reading both your files like this:
http://javaalmanac.com/egs/java.io/ReadLinesFromFile.html
and then write them both to one file like this:
http://javaalmanac.com/egs/java.io/WriteToFile.html