-
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.
-
Create a new temp file, then write out the bytes to it from each file part in proper sequence.
-
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
-
 Originally Posted by shamshami
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/R...sFromFile.html
and then write them both to one file like this:
http://javaalmanac.com/egs/java.io/WriteToFile.html
Similar Threads
-
By Arjuna in forum Database
Replies: 2
Last Post: 07-25-2007, 03:22 AM
-
By Sinni in forum VB Classic
Replies: 9
Last Post: 04-20-2005, 10:09 AM
-
By Shaitan00 in forum Java
Replies: 1
Last Post: 04-06-2005, 06:04 AM
-
By JohnN in forum VB Classic
Replies: 12
Last Post: 05-08-2001, 04:25 PM
-
By Sanjeev in forum ASP.NET
Replies: 1
Last Post: 11-16-2000, 01:49 PM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks