Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Partially extract ZIP archive

807569Jun 25 2006 — edited Jun 25 2006
Hey!

Preface: I'm fairly new to Java and this is my first post in this forum. Since I couldn't find any reasonable results for my problem using the forum search, I hope, I'm on-topic here.

So: I have several zip-files, and I know that every file always contains at least one file, and that file always has the same name ("rasset.xml"). But the archives do not have to be necessarily empty or small in size. Their "weight" may vary, as their number, too. So I thought, it would be useful (and nice) to be able to partially extract the archives, namely just the "rasset.xml"s in a row from all archives, without extracting all archives as a whole. Is that feasible? Any ideas?

Thanks in advance.
Regards
- Christian
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 23 2006
Added on Jun 25 2006
3 comments
253 views