Skip to Main Content

New to Java

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!

New to Java, need some help with compressing

843789May 4 2010 — edited May 5 2010
I don't really know much java, but what i'am trying to do is compress files into one main data file then add a sort of bookmark file for each folder that holds the name of each file. So lets say something like this:

Folder 1
some files in it
Folder 2
some files in it
Folder 2 Sub1
some files in it
Folder 2 Sub2
some files in it

Then I would want it something like this when its compressed.
main.data
main.bookmark0
main.bookmark1

Any help on this would be nice.

Thanks

Edited by: RobMcC- on May 4, 2010 12:21 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2010
Added on May 4 2010
12 comments
77 views