Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

zip & split to volumes

Status
Not open for further replies.

lezhik

Programmer
Oct 21, 2003
20
0
0
RU
How split archive to volumes in Java?
P.S.: Instead of zip may be used other commnly used archive type (rar, arj or somthing else)
 
I think you need one of there classes, rather the second one:
java.util.jar
java.util.zip

Ion Filipski
1c.bmp
 
I tried to use those classes but I didn't found any solution of my problem :(
 
Is it so difficult to post some example or link to it? Of cause I read documentation, but I didn't find anything about split to volumes and I'm not shour that this problem could be solved with using this libs!
 
Could you post some code example with splitting archive to volumes?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top